Update comment about location

Fixes #4205
This commit is contained in:
Suyog Rao 2015-11-16 19:59:12 -08:00 committed by Jordan Sissel
parent d69cae23e6
commit f1775d0b7e

View file

@ -37,8 +37,7 @@ setup_java() {
JAVA_OPTS="$JAVA_OPTS -XX:+UseCMSInitiatingOccupancyOnly"
# Causes the JVM to dump its heap on OutOfMemory.
JAVA_OPTS="$JAVA_OPTS -XX:+HeapDumpOnOutOfMemoryError"
# The path to the heap dump location, note directory must exists and have enough
# space for a full heap dump.
# The path to the heap dump location
JAVA_OPTS="$JAVA_OPTS -XX:HeapDumpPath=${LOGSTASH_HOME}/heapdump.hprof"
fi