Tag: tuning

JVM G1GC 튜닝 방법

ava Virtual Machine (JVM)의 Garbage Collector로써, G1GC는 JDK 7 Update 4 부터 사용할 수 있게 되었습니다. G1GC는 이전의 가비지 컬렉터인 CMS와 다르게 메모리를 분할하여 관리하는 방식을 사용합니다.

JVM G1GC Tuning

This article provides an overview of the JVM G1GC garbage collection algorithm and its tuning parameters.