Search

GC easy – Universal Java GC Log Analyser

Tag

Shenandoah GC

Shenandoah GC Tuning

Shenandoah GC aims to reduce pause times in Java applications by performing garbage collection concurrently with the application threads. At the heart of Shenandoah's innovation is its region-based memory management. The heap is strategically divided into regions, allowing garbage collection... Continue Reading →

3 POPULAR MYTHS ABOUT GARBAGE COLLECTION

There are 3 highly popular myths about Garbage Collection. Let’s review those myths and the actual truth behind them. Myth #1: Minor GC don't pause the application There are different types of Garbage Collection events: Minor GC event, Major GC... Continue Reading →

Powered by WordPress.com.

Up ↑