Last active
August 29, 2015 14:04
-
-
Save omidp/0d2b0c899b4f3573e247 to your computer and use it in GitHub Desktop.
G1 Garbage Collector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-Djava.awt.headless=true -Dfile.encoding=UTF-8 -XX:+UseG1GC -XX:MaxGCPauseMillis=350 -XX:InitiatingHeapOccupancyPercent=45 -server -Xms6144m -Xmx6144m -XX:NewSize=4096m -XX:MaxNewSize=6g -XX:PermSize=4g -XX:MaxPermSize=6g -XX:+DisableExplicitGC -XX:ParallelGCThreads=8 -XX:+UseParallelGC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment