pr-11291 adding JAVA_HOME to documents and env config file

This commit is contained in:
jzinner 2015-05-25 14:19:22 -07:00
parent f071c01afc
commit 85c1334ec9
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Each package features a configuration file, which allows you to set the followin
[horizontal]
`ES_USER`:: The user to run as, defaults to `elasticsearch`
`ES_GROUP`:: The group to run as, defaults to `elasticsearch`
`JAVA_HOME`:: Set the Java path
`ES_HEAP_SIZE`:: The heap size to start with
`ES_HEAP_NEWSIZE`:: The size of the new generation heap
`ES_DIRECT_SIZE`:: The maximum size of the direct memory

View File

@ -5,6 +5,9 @@
# Elasticsearch home directory
#ES_HOME=${packaging.elasticsearch.home.dir}
# Elasticsearch Java path
#JAVA_HOME=
# Elasticsearch configuration directory
#CONF_DIR=${packaging.elasticsearch.conf.dir}