Kirk Pepperdine | Voxxed Days Luxembourg

Kirk Pepperdine
Kirk Pepperdine Twitter

From Kodewerk Ltd.

Moving to G1GC

The Garbage First Garbage Collector is scheduled to be the default collector in Java 9. Although it's supposed to be more self-tuning than any previous collector. tuning it can be very daunting. On the surface it looks like an evacuating generational collector but in reality it is very different. In this talk we'll deep dive into G1 and then use case studies to get an idea of how one might configure this collector to improve both application and GC throughput using information found in the GC logs.

Blog: http://www.kodewerk.com

java Java, JVM, Javas SE/EE

Moving to G1GC

Conference

The Garbage First Garbage Collector is scheduled to be the default collector in Java 9. Although it's supposed to be more self-tuning than any previous collector. tuning it can be very daunting. On the surface it looks like an evacuating generational collector but in reality it is very different. In this talk we'll deep dive into G1 and then use case studies to get an idea of how one might configure this collector to improve both application and GC throughput using information found in the GC logs.