From 3fa08968a209728b2d33fa3a32227afeed4a056a Mon Sep 17 00:00:00 2001 From: David Pilato Date: Thu, 8 Sep 2011 23:23:51 +0300 Subject: [PATCH] CTRL+C is not working on windows XP and windows 7 --- bin/elasticsearch.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/elasticsearch.bat b/bin/elasticsearch.bat index 24b129aa876..421df9a27e1 100644 --- a/bin/elasticsearch.bat +++ b/bin/elasticsearch.bat @@ -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%"