Omaha #3744 Adjust cave g1 region size.

Former-commit-id: 19ccfa6633 [formerly 2c9d16911a [formerly a60888ed9e08f3bb56f39ef287bb6d02a49d3241]]
Former-commit-id: 2c9d16911a
Former-commit-id: 1a1fafb08a
This commit is contained in:
Ben Steffensmeier 2014-10-22 10:30:18 -05:00
parent a8ecc9e313
commit 9e764dfc8c
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
-Dthrift.stream.maxsize=200
-Dviz.memory.warn.threshold=98
-XX:+UnlockExperimentalVMOptions
-XX:G1HeapRegionSize=1
-XX:G1HeapRegionSize=4M
-XX:InitiatingHeapOccupancyPercent=25
-XX:G1MixedGCCountTarget=16
-XX:G1MixedGCLiveThresholdPercent=25

View file

@ -28,7 +28,7 @@
-Dviz.memory.warn.threshold=99
-XX:MaxDirectMemorySize=1G
-XX:+UnlockExperimentalVMOptions
-XX:G1HeapRegionSize=1
-XX:G1HeapRegionSize=4M
-XX:InitiatingHeapOccupancyPercent=25
-XX:G1MixedGCCountTarget=16
-XX:G1MixedGCLiveThresholdPercent=25