Improve amibiguous ES_HEAP_SIZE warning in deb init script
Closes #3554
This commit is contained in:
parent
33097d901b
commit
5f77d4c5b9
|
@ -57,7 +57,8 @@ export JAVA_HOME
|
||||||
# Directory where the Elasticsearch binary distribution resides
|
# Directory where the Elasticsearch binary distribution resides
|
||||||
ES_HOME=/usr/share/$NAME
|
ES_HOME=/usr/share/$NAME
|
||||||
|
|
||||||
# Heap Size (defaults to 256m min, 1g max)
|
# Heap size defaults to 256m min, 1g max
|
||||||
|
# Set ES_HEAP_SIZE to 50% of available RAM, but no more than 31g
|
||||||
#ES_HEAP_SIZE=2g
|
#ES_HEAP_SIZE=2g
|
||||||
|
|
||||||
# Heap new generation
|
# Heap new generation
|
||||||
|
|
Loading…
Reference in New Issue