Eliminating Large JVM GC Pauses Caused by Background IO Traffic | LinkedIn Engineering
When Java heap space that the JVM manages is garbage collected, the JVM could be stopped, which introduces STW pauses to the applications. Depending on JVM options supplied when starting the Java instance, various types of GC and JVM activities are logged into GC log files.
Read full article from Eliminating Large JVM GC Pauses Caused by Background IO Traffic | LinkedIn Engineering
No comments:
Post a Comment