From 3117cdd13cb42961740272f1a3fadb8099354177 Mon Sep 17 00:00:00 2001 From: Ben Steffensmeier Date: Wed, 22 Oct 2014 10:30:18 -0500 Subject: [PATCH] Omaha #3744 Adjust cave g1 region size. Former-commit-id: 1a1fafb08ad8dc62808fcfa6dba325e334a30aaf [formerly 2c9d16911afada1cfe6ab1ab63eebb08d7ad2502] [formerly 19ccfa663362c58c0b8dca3ef2e89e229e0db42e [formerly a60888ed9e08f3bb56f39ef287bb6d02a49d3241]] Former-commit-id: 19ccfa663362c58c0b8dca3ef2e89e229e0db42e Former-commit-id: d5c85324d80015606c01d66a1ca668d0a897ff43 --- cave/com.raytheon.viz.product.awips/awips.product | 2 +- cave/com.raytheon.viz.product.awips/developer.product | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cave/com.raytheon.viz.product.awips/awips.product b/cave/com.raytheon.viz.product.awips/awips.product index 231c924231..159cbe4e58 100644 --- a/cave/com.raytheon.viz.product.awips/awips.product +++ b/cave/com.raytheon.viz.product.awips/awips.product @@ -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 diff --git a/cave/com.raytheon.viz.product.awips/developer.product b/cave/com.raytheon.viz.product.awips/developer.product index 7dc45dd4e5..618f42cc0d 100644 --- a/cave/com.raytheon.viz.product.awips/developer.product +++ b/cave/com.raytheon.viz.product.awips/developer.product @@ -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