White whale hunting: finding and fixing a slow Node.js memory leak

It’s what every Node developer fears: the process that keeps eating memory and won’t stop, or the infamous `ENOMEM` code being returned by your `child_process` calls. That’s right we’re talking about memory leaks today folks, and more specifically the Nod… Read more

Similar

Node v8.1.4 (Current)

Windows 32-bit Installer: https://nodejs.org/dist/v8.1.4/node-v8.1.4-x86.msi Windows 64-bit Installer: https://nodejs.org/dist/v8.1.4/node-v8.1.4-x64.msi Windows 32-bit Binary: https://nodejs.org/dist/v8.1.4/win-x86/node.exe Windows 64-bit Binary: https:/... (more…)

Read more »