<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Garbage-Collection on Devops Monk</title><link>https://devops-monk.com/tags/garbage-collection/</link><description>Recent content in Garbage-Collection on Devops Monk</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 04 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://devops-monk.com/tags/garbage-collection/index.xml" rel="self" type="application/rss+xml"/><item><title>Generational ZGC (JEP 439): Sub-Millisecond Pauses at Any Scale</title><link>https://devops-monk.com/tutorials/java21/generational-zgc/</link><pubDate>Mon, 04 May 2026 00:00:00 +0000</pubDate><guid>https://devops-monk.com/tutorials/java21/generational-zgc/</guid><description>Why GC Still Matters in 2024 Even with better APIs and faster hardware, garbage collection pauses remain one of the top causes of latency spikes in Java services. A 200ms GC pause in a payment processing service is a customer-visible failure. A 50ms pause in a trading system is a missed execution window.
Java 21 delivers Generational ZGC — the most capable GC Java has ever shipped — as a production-ready, non-preview feature.</description></item></channel></rss>