Tuning the JVM heap size | Enable verbose garbage collection


17.5.4 Monitoring JVM memory and garbage collection

Using Verbose Garbage Collection (GC) is one of most efficient ways to understand the memory utilization and the garbage collection behavior within the Java Virtual Machine (JVM). This feature adds detailed statements to the JVM error log file of the application server about the amount of available and in-use memory.