Skip to content

Instantly share code, notes, and snippets.

@omidp
Last active August 29, 2015 14:04
Show Gist options
  • Save omidp/0d2b0c899b4f3573e247 to your computer and use it in GitHub Desktop.
Save omidp/0d2b0c899b4f3573e247 to your computer and use it in GitHub Desktop.
G1 Garbage Collector
-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