DEV Community

Discussion on: Node.js Heap Dumps in 2021

Collapse
 
nadrixa profile image
Nadrixa

There is other lightweight module to take heap snapshots (the snapshots are a bit different, but maybe could be useful for you): github.com/v8/sampling-heap-profiler

Here you have a talk about this module: youtu.be/hliOMEQRqf8?t=1496

Hope it helps! 😁