Skip to content

Instantly share code, notes, and snippets.

@MinCha
Created August 21, 2012 14:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MinCha/3416246 to your computer and use it in GitHub Desktop.
Save MinCha/3416246 to your computer and use it in GitHub Desktop.
Favorite Java GC Options
-server
-XX:-UseAdaptiveSizePolicy
-XX:ParallelGCThreads=2
-XX:+UseParNewGC
-XX:NewRatio=3
-XX:+PrintGCDetails -XX:+PrintHeapAtGC
-XX:+HeapDumpOnOutOfMemoryError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment