docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
id: P-REINFORCE-AUTO-3FD05B
|
||||
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
|
||||
category: "10_Wiki/💡 Topics/Programming & Language"
|
||||
confidence_score: 0.90
|
||||
tags: [auto-reinforced]
|
||||
last_reinforced: 2026-04-20
|
||||
github_commit: "[P-Reinforce] Continuous Worker - Old Space(Old Generation)"
|
||||
---
|
||||
|
||||
# [[Old Space(Old Generation)]]
|
||||
# [[Old Space(Old Generation)|Old Space(Old Generation)]]
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> Old Space(또는 Old Generation)는 V8 엔진의 힙(Heap) 메모리 영역 중 하나로, New Space(Young Generation)에서 두 번의 마이너 가비지 컬렉션(Scavenge) 주기 동안 살아남은 수명이 긴 객체들이 이동(승격)하여 저장되는 공간이다 [1-3]. 이 공간은 주로 사용자 세션, 캐시 데이터 등 영구적인 상태를 유지하는 데이터 저장에 사용되며, New Space에 비해 크기가 훨씬 크고 가비지 컬렉션(Major GC)이 덜 빈번하게 발생하지만 더 많은 컴퓨팅 리소스를 소모한다 [4, 5].
|
||||
@@ -29,11 +29,11 @@ github_commit: "[P-Reinforce] Continuous Worker - Old Space(Old Generation)"
|
||||
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Related Topics:** [[New Space(Young Generation)]], [[Major GC]], [[Mark-Sweep-Compact]], [[Garbage Collection]]
|
||||
- **Projects/Contexts:** [[V8 Engine Memory Management]], [[Node.js Performance Tuning]]
|
||||
- **Related Topics:** [[New Space(Young Generation)|New Space(Young Generation)]], [[Major GC|Major GC]], [[Mark-Sweep-Compact|Mark-Sweep-Compact]], [[Garbage Collection|Garbage Collection]]
|
||||
- **Projects/Contexts:** V8 Engine Memory Management, Node.js Performance Tuning
|
||||
- **Contradictions/Notes:** 소스에 관련 정보가 부족합니다.
|
||||
|
||||
---
|
||||
*Last updated: 2026-04-19*
|
||||
- Raw Source: [[00_Raw/2026-04-20/Old Space(Old Generation).md]]
|
||||
- Raw Source: 00_Raw/2026-04-20/Old Space(Old Generation).md
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user