Omaha #3274 Tweak G1 Flags for Cave

Change-Id: I7d8ac93f2a245ff35261b2f98f997d201495c4f6

Former-commit-id: e16fd779239a09735d6ea092058a39bc7263b2f1
This commit is contained in:
Richard Peter 2014-06-26 17:46:44 -05:00
parent 37b42c05cb
commit 56389ef395
2 changed files with 16 additions and 2 deletions

View file

@ -30,7 +30,14 @@
-Dlogback.configurationFile=logback-viz-core.xml
-Dlogback.statusListenerClass=com.raytheon.uf.common.status.logback.UFLogbackInternalStatusListener
-Dthrift.stream.maxsize=200
-Dviz.memory.warn.threshold=98</vmArgs>
-Dviz.memory.warn.threshold=98
-XX:+UnlockExperimentalVMOptions
-XX:G1HeapRegionSize=1
-XX:InitiatingHeapOccupancyPercent=25
-XX:G1MixedGCCountTarget=16
-XX:G1MixedGCLiveThresholdPercent=25
-XX:G1OldCSetRegionThresholdPercent=25
-XX:G1HeapWastePercent=5</vmArgs>
<vmArgsLin>-Xmx2048M -XX:MaxDirectMemorySize=2G</vmArgsLin>
<vmArgsWin>-Dfile.encoding=UTF-8 -Xmx768M</vmArgsWin>
</launcherArgs>

View file

@ -29,7 +29,14 @@
-Dlogback.statusListenerClass=com.raytheon.uf.common.status.logback.UFLogbackInternalStatusListener
-Dthrift.stream.maxsize=200
-Dviz.memory.warn.threshold=99
-XX:MaxDirectMemorySize=1G</vmArgs>
-XX:MaxDirectMemorySize=1G
-XX:+UnlockExperimentalVMOptions
-XX:G1HeapRegionSize=1
-XX:InitiatingHeapOccupancyPercent=25
-XX:G1MixedGCCountTarget=16
-XX:G1MixedGCLiveThresholdPercent=25
-XX:G1OldCSetRegionThresholdPercent=25
-XX:G1HeapWastePercent=5</vmArgs>
<vmArgsWin>-Dfile.encoding=UTF-8</vmArgsWin>
</launcherArgs>