Optimizing Node.js Performance: V8 Memory Management & GC Tuning
Explanation of Node's memory management and garbage collection, with practical tips on how to tune it. Interesting point about how Node v22+ attempts to automatically pick the correct sized memory allocation, and how this may be inappropriate when running in Docker container-like environments.