CTRL+C is not working on windows XP and windows 7

This commit is contained in:
David Pilato 2011-09-08 23:23:51 +03:00 committed by Shay Banon
parent 0fcb4e88d4
commit 3fa08968a2
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ REM The path to the heap dump location, note directory must exists and have enou
REM space for a full heap dump.
REM JAVA_OPTS=%JAVA_OPTS% -XX:HeapDumpPath=$ES_HOME/logs/heapdump.hprof
set JAVA_OPTS=%JAVA_OPTS% -Djline.enabled=false
set ES_CLASSPATH=%ES_CLASSPATH%;%ES_HOME%/lib/*;%ES_HOME%/lib/sigar/*
set ES_PARAMS=-Delasticsearch -Des-foreground=yes -Des.path.home="%ES_HOME%"