From bb68728c82a3270aff83e744dd86156e0dfe73c2 Mon Sep 17 00:00:00 2001 From: dev <dev@robertfoss.se> Date: Thu, 2 Apr 2015 20:44:52 +0000 Subject: [PATCH] Added link to blog post explaining why the flag was added --- installer/resources/portable/configs/wrapper.config | 1 + installer/resources/small/wrapper.config | 1 + installer/resources/wrapper.config | 1 + 3 files changed, 3 insertions(+) diff --git a/installer/resources/portable/configs/wrapper.config b/installer/resources/portable/configs/wrapper.config index 812768c7c6..2ea4590e8b 100644 --- a/installer/resources/portable/configs/wrapper.config +++ b/installer/resources/portable/configs/wrapper.config @@ -21,6 +21,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 # PORTABLE installation: diff --git a/installer/resources/small/wrapper.config b/installer/resources/small/wrapper.config index b60660ef09..c53a756410 100644 --- a/installer/resources/small/wrapper.config +++ b/installer/resources/small/wrapper.config @@ -61,6 +61,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 # Initial Java Heap Size (in MB) diff --git a/installer/resources/wrapper.config b/installer/resources/wrapper.config index 390ab8dbde..938e3c4721 100644 --- a/installer/resources/wrapper.config +++ b/installer/resources/wrapper.config @@ -81,6 +81,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 # On some IPv6 enabled systems, I2P and other network-enabled java applications -- GitLab