Would you like our JVM experts to take a look at your issue?

Introduction to JVM Performance

Java Memory Management and Garbage Collectors (GCs)

Automatic memory management utilizing the garbage collection subsystem is an important aspect of the Java Virtual Machine (JVM). The performance of Java applications significantly depends on the garbage collection technology and the configuration of garbage collectors in use. This section discusses automatic memory management, and the various garbage collectors that are available in different JDK versions.


Memory Management


Garbage Collector Overviews


Collector-Specific Introductions