Java & JVM languages
ZGC, Serial, Parallel, CMS, G1GC, C4, LXR, Shenandoah, OH MY!
There’s many options for a Garbage Collector in the JVM today. With more Java apps already on, or moving to the cloud, what is the best GC to use? The answer: it depends!
In this session, we’ll quickly review GC and memory usage in the JVM, then dive into scenarios where certain GC’s would be better than others. Along the way, we’ll talk about the experimental GC called LXR.