Skip to content

Instantly share code, notes, and snippets.

@rkettelerij
Created April 13, 2016 08:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkettelerij/e2f06664d0003ae705c8eb1bbedf8ec8 to your computer and use it in GitHub Desktop.
Save rkettelerij/e2f06664d0003ae705c8eb1bbedf8ec8 to your computer and use it in GitHub Desktop.
Log GC
-verbose:gc -XX:+PrintGCDateStamps -XX:+PrintGCDetails -Xloggc:"/path/to/gc.log" -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=100M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment