Difference between revisions of "Cannot connect to Elasticsearch"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(5 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  service elasticsearch restart
  service elasticsearch restart


'''Alternative method:'''
then logout and re-login to MOR GUI.


Set following parameters in /etc/sysconfig/elasticsearch
<br><br>
== Server with < 4GB RAM ==


ES_HEAP_SIZE=128m
USE IT AT YOUR OWN RISK!
...
ES_DIRECT_SIZE=128m


and restart elasticsearch
Run this script: /usr/src/mor/sh_scripts/elasticsearch/es_low_ram_fix.sh


service elasticsearch restart
then logout and re-login to MOR GUI.
 
<br><br>


= See also =
= See also =
* [[Recommended hardware]]
* [[Recommended hardware]]

Latest revision as of 12:49, 9 October 2015

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

service elasticsearch restart

then logout and re-login to MOR GUI.



Server with < 4GB RAM

USE IT AT YOUR OWN RISK!

Run this script: /usr/src/mor/sh_scripts/elasticsearch/es_low_ram_fix.sh

then logout and re-login to MOR GUI.



See also