Last active
March 7, 2019 05:52
-
-
Save yv84/85342a16a964f069e85126213f92f3ff to your computer and use it in GitHub Desktop.
GC-log
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
| 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