Revert "archive 삭제"

This reverts commit 973af1937e.
This commit is contained in:
2026-04-09 10:17:21 +09:00
parent 3ff1886267
commit 69ab355bb9
245 changed files with 3799 additions and 0 deletions
@@ -0,0 +1,9 @@
Old Generation은 길게 살아남는 메모리들이 존재하는 공간이다.
Old Generation의 객체들은 거슬러 올라가면 처음에는 [[Young Generation]]에 의해 시작되었으나, GC 과정 중에 제거되지 않은 경우 age 임계값이 차게되어 이동된 녀석들이다.
그리고 [[Major GC]]는 객체들이 계속 Promotion되어 Old 영역의 메모리가 부족해지면 발생하게 된다.
Tip
Major GC는 Full GC라고도 불리운다.