From d124558d79256e61dabfd639f431fdfcde2a698c Mon Sep 17 00:00:00 2001 From: Suyog Rao Date: Tue, 17 Nov 2015 07:55:38 -0800 Subject: [PATCH] Fix heapdump path for Windows Fixes #4205 --- bin/setup.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup.bat b/bin/setup.bat index 557df31e1..b38c01186 100644 --- a/bin/setup.bat +++ b/bin/setup.bat @@ -48,7 +48,7 @@ REM Causes the JVM to dump its heap on OutOfMemory. set JAVA_OPTS=%JAVA_OPTS% -XX:+HeapDumpOnOutOfMemoryError REM The path to the heap dump location, note directory must exists and have enough REM space for a full heap dump. -REM JAVA_OPTS=%JAVA_OPTS% -XX:HeapDumpPath="$LS_HOME/logs/heapdump.hprof" +REM JAVA_OPTS=%JAVA_OPTS% -XX:HeapDumpPath="$LS_HOME/heapdump.hprof" REM setup_vendored_jruby() set JRUBY_BIN="%LS_HOME%\vendor\jruby\bin\jruby"