JDD 2016: Demystifying G1GC (Arkadiusz Głowacki)

preview_player
Показать описание
New computers have more and more available memory which for us, programmers means we can use more memory in our applications.
However in JAVA (actually all JVM based languages) at some certain point things may get tricky, especially when we expect from our applications to be responsive all the time. This talk will focus on Garbage First collector (the new default in JDK9) which is the newest algorithm available in HotSpot JVM (not so new though) and the only one which can handle 32+GB heap size without blocking your application threads for longer than 200ms. After this talk you will have an overview on how G1 works, how to read the log, spot common problems and which gc settings you should avoid.

Рекомендации по теме