CTRL+C is not working on windows XP and windows 7
This commit is contained in:
parent
0fcb4e88d4
commit
3fa08968a2
|
@ -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%"
|
||||
|
|
Loading…
Reference in New Issue