pr-11291 adding JAVA_HOME to documents and env config file
This commit is contained in:
parent
f071c01afc
commit
85c1334ec9
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue