3

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)?

9
  • Did you run a profile or an audit from the Developer Tools window? Commented Oct 19, 2011 at 16:06
  • Well I'm taking heap snapshots at various times, and comparing them. No significant leak seems to come from the heap. Commented Oct 19, 2011 at 16:11
  • 99% its the DOM. How bad is the leak ? Give us some numbers. Commented Oct 19, 2011 at 17:07
  • @c69: The leak is around 100MB per 15 minutes. And I'm pretty sure the DOM is being cleaned properly. Commented Oct 19, 2011 at 17:22
  • 2
    lol, WebKit + lost of images (like more than 100) = trouble. Pure thing crashes even from slightest things like 1MB data:uri backgrounds. You should try checking this post - stackoverflow.com/questions/2986039/… Commented Oct 19, 2011 at 19:54

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.