Skip to content

Instantly share code, notes, and snippets.

@yv84
Last active March 7, 2019 05:52
Show Gist options
  • Save yv84/85342a16a964f069e85126213f92f3ff to your computer and use it in GitHub Desktop.
Save yv84/85342a16a964f069e85126213f92f3ff to your computer and use it in GitHub Desktop.
GC-log
https://dzone.com/articles/enabling-and-analysing-the-garbage-collection-log
https://habr.com/ru/post/116578/
JAVA_OPTS
-XX:+DisableExplicitGC
-XX:+PrintGCDetails
-XX:+PrintGCApplicationStoppedTime
-XX:+PrintGCApplicationConcurrentTime
-XX:+PrintGCDateStamps
-Xloggc:gclog.log
-XX:+UseGCLogFileRotation
-XX:NumberOfGCLogFiles=5
-XX:GCLogFileSize=2000k
https://stackoverflow.com/questions/29666057/analyzing-gc-logs
-XX:+PrintSafepointStatistics -XX:PrintSafepointStatisticsCount=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment