Difference between revisions of "Cannot connect to Elasticsearch"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 3: Line 3:
  service elasticsearch restart
  service elasticsearch restart


<br><br>
== Server with < 4GB RAM ==
== Server with < 4GB RAM ==


Line 9: Line 10:
Run this script: /mor/install_script/trunk/sh_scripts/elasticsearch/es_low_ram_fix.sh
Run this script: /mor/install_script/trunk/sh_scripts/elasticsearch/es_low_ram_fix.sh


<br><br>
= See also =
= See also =
* [[Recommended hardware]]
* [[Recommended hardware]]

Revision as of 12:40, 9 October 2015

Make sure your server has at least 4GB of RAM, then restart elasticsearch service:

service elasticsearch restart



Server with < 4GB RAM

USE IT AT YOUR OWN RISK!

Run this script: /mor/install_script/trunk/sh_scripts/elasticsearch/es_low_ram_fix.sh



See also