This article is part of a series focusing on interview questions for technicians, with a specific emphasis on JVM.
Part 1 of this series provides an interpretation from the perspective of O&M and runtime.
This article analyzes the problems encountered by EDAS users in the evolution of Java applications toward cloud-native and provides suggestions for cloud-native Java application memory configuration.
Part 1 of this 3-part series introduces the basic concepts of GC and the large-scale practice of ZGC.
Part 2 of this 3-part series introduces the principle and tuning of ZGC.
By Hao Tang What are the specific applicable scenarios for ZGC in Dragonwell 11? How can we transform the new garbage collector ZGC? This article is.
Do you understand garbage collection (GC) logs? Do you know how to find and process GC logs through GC? Read this blog to learn more!
This blog looks into garbage collection in Java, something rarely discussed in the typical introduction to Java.