Tailored for simplicity and effectiveness, the Serial GC operates with a single-threaded approach, making it particularly relevant for smaller-scale applications and scenarios where stringent latency requirements aren't the primary concern. In this post, we will explore techniques to tune Serial... Continue Reading →
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 →