From 820b99e3d3ff90cb49688740ca39ec86481f482c Mon Sep 17 00:00:00 2001 From: dev Date: Fri, 3 Apr 2015 23:20:39 +0000 Subject: [PATCH] Commented out java runtime argument --- installer/resources/portable/configs/wrapper.config | 2 +- installer/resources/small/wrapper.config | 2 +- installer/resources/wrapper.config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/resources/portable/configs/wrapper.config b/installer/resources/portable/configs/wrapper.config index 2ea4590e8..594033892 100644 --- a/installer/resources/portable/configs/wrapper.config +++ b/installer/resources/portable/configs/wrapper.config @@ -22,7 +22,7 @@ wrapper.java.additional.5.stripquotes=TRUE # Prevent the JVM from exporting stats (and thereby causing hundreds of # ms long pauses during GC) # http://www.evanjones.ca/jvm-mmap-pause.html -wrapper.java.additional.6=-XX:+PerfDisableSharedMem +# wrapper.java.additional.6=-XX:+PerfDisableSharedMem # PORTABLE installation: # uncomment the following diff --git a/installer/resources/small/wrapper.config b/installer/resources/small/wrapper.config index c53a75641..fde8e7a63 100644 --- a/installer/resources/small/wrapper.config +++ b/installer/resources/small/wrapper.config @@ -62,7 +62,7 @@ wrapper.java.additional.4=-Dorg.mortbay.xml.XmlParser.NotValidating=true # Prevent the JVM from exporting stats (and thereby causing hundreds of # ms long pauses during GC) # http://www.evanjones.ca/jvm-mmap-pause.html -wrapper.java.additional.5=-XX:+PerfDisableSharedMem +# wrapper.java.additional.5=-XX:+PerfDisableSharedMem # Initial Java Heap Size (in MB) #wrapper.java.initmemory=4 diff --git a/installer/resources/wrapper.config b/installer/resources/wrapper.config index 938e3c472..e60f14101 100644 --- a/installer/resources/wrapper.config +++ b/installer/resources/wrapper.config @@ -82,7 +82,7 @@ wrapper.java.additional.4.stripquotes=TRUE # Prevent the JVM from exporting stats (and thereby causing hundreds of # ms long pauses during GC) # http://www.evanjones.ca/jvm-mmap-pause.html -wrapper.java.additional.5=-XX:+PerfDisableSharedMem +# wrapper.java.additional.5=-XX:+PerfDisableSharedMem # On some IPv6 enabled systems, I2P and other network-enabled java applications # may fail to start. For examples see