deb: ES_HEAP_SIZE not exported, closes #1947.

This commit is contained in:
Shay Banon 2012-05-13 10:11:33 +03:00
parent a65d8b6b5d
commit 3b33e3f342
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ PID_FILE=/var/run/$NAME.pid
DAEMON=$ES_HOME/bin/elasticsearch
DAEMON_OPTS="-p $PID_FILE -Des.config=$CONF_FILE -Des.path.home=$ES_HOME -Des.path.logs=$LOG_DIR -Des.path.data=$DATA_DIR -Des.path.work=$WORK_DIR -Des.path.conf=$CONF_DIR"
export ES_MIN_MEM ES_MAX_MEM
export ES_HEAP_SIZE
# Check DAEMON exists
test -x $DAEMON || exit 0