TagGC

GC Viewer

G

Wrong use of the memory options can cause serious performance problems. To optimize the right memory size of the JVM or to find some critical memory issues, the GC log of the JVM can be very useful. Simply start the Java application with the option -Xloggc:<file>. Every GC action gets logged into this file. To analyse this log file, there is a nice tool called GCViewer, which can be downloaded from . GCViewer is able to display the memory usage of the application based on time and...

Recent Posts