Files
2nd/10_Wiki/Topics/Programming & Language/V8 엔진 힙 아키텍처 및 로그 분석.md
T
2026-05-10 22:08:15 +09:00

1.2 KiB

id, title, category, status, canonical_id, duplicate_of, aliases, source_trust_level, confidence_score, verification_status, tags, last_reinforced, github_commit
id title category status canonical_id duplicate_of aliases source_trust_level confidence_score verification_status tags last_reinforced github_commit
wiki-2026-0508-v8-엔진-힙-아키텍처-및-로그-분석 V8 엔진 힙 아키텍처 및 로그 분석 10_Wiki/Topics duplicate nodejs-memory-tuning Nodejs 메모리 튜닝
A 0.9 redirected
duplicate
v8
memory
debugging
2026-05-10 pending

V8 엔진 힙 아키텍처 및 로그 분석

이 문서는 Nodejs 메모리 튜닝 의 중복본입니다. Canonical 문서로 redirect.

핵심 요약 (specialization aspects)

  • 매 V8 heap 의 generational layout — Young (Nursery + Intermediate) / Old (Pointer + Data) / Large / Code.
  • --trace-gc / --trace-gc-verbose log 의 interpret — pause time, promotion rate.
  • 매 heap snapshot 의 chrome://inspect 의 분석.

🔗 Graph

  • 부모: Nodejs 메모리 튜닝 (canonical)
  • Adjacent: Old Space · Generational Hypothesis · Pointer Compression · Garbage Collection(가비지 컬렉션)

🕓 변경 이력

날짜 변경
2026-05-08 Phase 1
2026-05-10 중복 처리 — Node 메모리 튜닝 canonical 로 redirect