Memory leak

Discussion of bugs in Mozilla Firefox
Post Reply
The eye of the storm
Posts: 2
Joined: September 22nd, 2004, 12:19 pm

Memory leak

Post by The eye of the storm »

I've seen several topics here about the hugh memory leak in PR 1.0, I found out that this is a problem on all mozilla based browsers, and based from what I read in the topics is a problem which has allways existed, only in the last release it got bigger. "close the browser and restart" is a solution that is given quite too much, it solves the problem but then again for just 10minutes.
excerpts
Posts: 8
Joined: October 9th, 2004, 6:59 am

Post by excerpts »

yep. im using 0.8 until the problem is adressed and fixed or atleast resolved to 0.8's level of efficiency (or acceptable inefficiency i suppose) . 0.93 was unbareable. i cant imagine what pr1xxxx is like
neda
Posts: 3
Joined: October 12th, 2004, 8:19 am

Memory issues

Post by neda »

Im using v1.0 on Linux/KDE. I had horrible memory issues until I edited that user .js file (in my case usr/libexec/firefox/grepref/all.js) and set
pref("browser.cache.memory.capacity", false);
to
pref("browser.cache.memory.capacity", 8192);

Now My memory usage never seems to go above that limit!
excerpts
Posts: 8
Joined: October 9th, 2004, 6:59 am

Post by excerpts »

isnt cache memory virtual memory on the hard disk? otherwise i would have set that a long time ago..
Post Reply