EugeneChung / study

0 stars 0 forks source link

Java Garbage Collection #2

Open EugeneChung opened 3 years ago

EugeneChung commented 3 years ago

https://www.oracle.com/webfolder/technetwork/tutorials/obe/java/gc01/index.html

GC Basic

OutOfMemoryError(OOM, OOME)

오브젝트에 대한 레퍼런스 관리는 어떻게 하는가?

Generational GC

Young generation

minor GC 전후

Four GC Algorithms

EugeneChung commented 3 years ago

https://d2.naver.com/helloworld/1329 https://mirinae312.github.io/develop/2018/06/04/jvm_gc.html

ramdcoder commented 2 years ago

Reference - Garbage collection in java