Re: What is the best configuration to run on linux VPS server without crashing?

2015-03-31 Thread quydo x
Hi Mark, Our server have 7.5GB RAM, 4vCPUs (in Amazon EC2), our data about 50 thousand records (about 50MB) I think ElasticSearch (ES) server handle 10 connections at the same time (per second) I have assign 2GB RAM for HEAP_SIZE, our server will run normally for a while about 5 minutes and

What is the best configuration to run on linux VPS server without crashing?

2015-03-20 Thread Yashin Soraballee
Hello guys, I am trying to run elasticsearch on a VPS server running CentOS with 4GB of RAM. It starts successfully but with the following errors and warning message below. # sudo service elasticsearch start error: permission denied on key 'vm.max_map_count' Starting elasticsearch: [ OK ]

Re: What is the best configuration to run on linux VPS server without crashing?

2015-03-20 Thread Mark Walkom
By the looks of things, you should look for a new provider as they are doing some things on the underlying hypervisor restricting ES from locking memory access. However your heap size is very small, how much data is in your cluster. On 20 March 2015 at 07:13, Yashin Soraballee

Re: What is the best configuration to run on linux VPS server without crashing?

2015-03-20 Thread Yashin Soraballee
Hello Mark, Thanks for the information. There is no much data in the cluster. My website is still on pre-production, and it crashes with the least amount of data. I've made only about ten entries! Even if I don't use the service ( no web interaction ), it crashes itself after a while :( If you

Re: What is the best configuration to run on linux VPS server without crashing?

2015-03-20 Thread Mark Walkom
Personally, I'd change hosting providers as a default, empty install of Elasticsearch will not OOM like that. You can try AWS, DigitalOcean, Linode, I don't really have any recommendations there though. On 20 March 2015 at 09:16, Yashin Soraballee yashin.sorabal...@gmail.com wrote: Hello Mark,