diff options
author | Hilko Bengen <bengen@debian.org> | 2014-06-08 23:01:37 +0200 |
---|---|---|
committer | Hilko Bengen <bengen@debian.org> | 2014-06-09 09:30:22 +0200 |
commit | d981178802215457e9cc737b67342f0ea0ca3b47 (patch) | |
tree | 822f7b9e09658566f0b75b1fedbb7945486fb8fc /debian/elasticsearch.default | |
parent | f4fa8baf9af9f9751169cc265da9b750d4390c28 (diff) | |
download | elasticsearch-debian/1.0.3+dfsg-1.tar.gz |
Initial releasedebian/1.0.3+dfsg-1
Diffstat (limited to 'debian/elasticsearch.default')
-rw-r--r-- | debian/elasticsearch.default | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/debian/elasticsearch.default b/debian/elasticsearch.default new file mode 100644 index 0000000..b28672f --- /dev/null +++ b/debian/elasticsearch.default @@ -0,0 +1,47 @@ +# Start Elasticsearch automatically +#START_DAEMON=true + +# Run Elasticsearch as this user ID and group ID +#ES_USER=elasticsearch +#ES_GROUP=elasticsearch + +# Heap Size (defaults to 256m min, 1g max) +#ES_HEAP_SIZE=2g + +# Heap new generation +#ES_HEAP_NEWSIZE= + +# max direct memory +#ES_DIRECT_SIZE= + +# Maximum number of open files, defaults to 65535. +#MAX_OPEN_FILES=65535 + +# Maximum locked memory size. Set to "unlimited" if you use the +# bootstrap.mlockall option in elasticsearch.yml. You must also set +# ES_HEAP_SIZE. +#MAX_LOCKED_MEMORY=unlimited + +# Maximum number of VMA (Virtual Memory Areas) a process can own +#MAX_MAP_COUNT=262144 + +# Elasticsearch log directory +#LOG_DIR=/var/log/elasticsearch + +# Elasticsearch data directory +#DATA_DIR=/var/lib/elasticsearch + +# Elasticsearch work directory +#WORK_DIR=/tmp/elasticsearch + +# Elasticsearch configuration directory +#CONF_DIR=/etc/elasticsearch + +# Elasticsearch configuration file (elasticsearch.yml) +#CONF_FILE=/etc/elasticsearch/elasticsearch.yml + +# Additional Java OPTS +#ES_JAVA_OPTS= + +# Configure restart on package upgrade (true, every other setting will lead to not restarting) +#RESTART_ON_UPGRADE=true |