Flashcard
V8 Memory Management & GC Tuning
How V8 organizes the heap into generations and how to tune garbage collection in Node.js.
Question
How does V8 structure its heap, and what does --max-old-space-size control?
Click to reveal answer
How V8 organizes the heap into generations and how to tune garbage collection in Node.js.
How does V8 structure its heap, and what does --max-old-space-size control?