-2

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.

Tomáš Zato
  • 50,171
  • 52
  • 268
  • 778
  • 2
    Please try to narrow the code. Why would anyone want to look through long files to find a simple mistake? As you make the code smaller, you will find the leak. – Tomáš Zato Apr 18 '16 at 11:09

1 Answers1

0

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.

akras14
  • 76
  • 3