summaryrefslogtreecommitdiff
blob: 54e3df9a82dc7ce700d5bbd15b0460cdc7d360d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# please modify/copy
# /etc/elasticsearch/elasticsearch.in.sh.sample
# to 
# /etc/elasticsearch/[instance/]elasticsearch.in.sh
#
# many variables/options are available in this file

# ES_USER="elasticsearch:elasticsearch"
## set max fds (ulimit -n X)
# ES_MAX_FD=""

## override elasticsearch.in.sh
#
# ES_CLASSPATH=""
# JAVA_OPTS=""
# ES_JAVA_OPTS=""
# ES_HEAP_SIZE=""
# ES_HEAP_NEWSIZE=""
# ES_DIRECT_SIZE=""
# ES_USE_IPV4=""