Node js. Where is memory leak?

94 Views Asked by At

I'm trying to find memory leak in my snapshots. Snaphot 1 Snaphot 2

I see that an array is growing, but I can't find any leaks inside.

Thanks for help.

1

There are 1 best solutions below

0
On

You may benefit from 3 snapshot method. Check out http://www.alexkras.com/simple-guide-to-finding-a-javascript-memory-leak-in-node-js/ for more info and example.