Elasticsearch version 5.6
Hello, where do I set the allocated memory for Elasticsearch.
In the control panel I get 1.9 MB.
This is entered in elasticsearch/config/jvm.options:
I guess that's wrong then ...
Would be grateful for a hint where I have to specify that.
Hello, where do I set the allocated memory for Elasticsearch.
In the control panel I get 1.9 MB.
This is entered in elasticsearch/config/jvm.options:
Code:
# Xms represents the initial size of total heap space
# Xmx represents the maximum size of total heap space
-Xms2g
-Xmx2g
Would be grateful for a hint where I have to specify that.