Possible Duplicate:
Is there a way to reduce the memory usage of Firefox?

I've had my Firefox 3.6.3 browser consume up to 1.5GB of RAM after a few days of usage without closing it. This is even true when, after a few days of opening/closing tabs, there's only 1 tab open. Does Firefox still have memory leaks?

link|improve this question
Have you looked at their bug tracking page? – yarmiganosca May 13 '10 at 17:48
feedback

migrated from stackoverflow.com May 13 '10 at 17:56

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Sathya, heavyd, quack quixote May 14 '10 at 6:39

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

4 Answers

If you use addons, you could try switching them off and check if you still have the problem. In my experience half the problems are caused by the extensions.

link|improve this answer
feedback

I've had some problems, but they seems to be getting better as the versions increase. I prefer this solution:

Browse to about:config, right-click and add a new Boolean named config.trim_on_minimize, set the value to true.

Alternatively, you could close the browser.

link|improve this answer
feedback

You can use Memory Fox to release firefox memory periodically.

link|improve this answer
feedback

You don't mention what OS you are using, and if you are looking at the resident memory size or the virtual memory size. Under Linux, at least, the virtual memory size is a high water mark. It is as much memory as the process has every used. As long as the resident memory size is small, there shouldn't be much problem. This should be true with OS X as well. I'm not sure about Windows, but it wouldn't surprise me if it had the same behavior.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.