Randomblue
Randomblue

Reputation: 116263

Determine where my memory leak comes from using Google Chrome

My Google Chrome taskbar clearly tells me that I have a memory leak. I've checked that I'm flushing everything, but still haven't solved the problem.

Is there a way to determine what causes the leak using Google Chrome Developer Tools (or some other tool)?

Upvotes: 3

Views: 3432

Answers (1)

Ivan Shornikov
Ivan Shornikov

Reputation: 66

There is good article about memory leaks - http://gent.ilcore.com/2011/08/finding-memory-leaks.html

Upvotes: 1

Related Questions