by talos on 7/19/16, 9:16 PM with 13 comments
https://i.imgur.com/jZNoC0I.png
Zero windows, 3.5GB of memory used. Sitting around, it's not as if that memory gets cleaned up.
The frustrating part is trying to be "good" and not have hundreds of tabs open at any point doesn't seem to help -- the memory still piles up, eventually driving the responsiveness of the entire system into the shitter.
by nameless912 on 7/20/16, 4:45 AM
CNN loads something like 10 megabytes of resources when you open the front page. That's just code and images; all that code has to be parsed, JITed, built into the DOM, etc. and all of that requires exponential-ish (not scientific, but it feels right) more memory than the code itself. All those images have to be unzipped into pixel buffers and painted on screen.
Even assuming your browser could do all of these things right every time, look at how many goddamn standards the browser has to support; many of those features have to be loaded hot and ready to go to improve apparent performance, and those features require a nonzero memory overhead as well. So, in the end, in order for your browser to do anything useful it has to snort memory like a coke addict.
by Sylos on 7/20/16, 12:43 PM
I have no idea about Chrome, but in Firefox you can get a detailed breakdown of what's using RAM by typing "about:memory" into the URL-bar and hitting enter. Then click on the "Measure"-button to the left.
There's also a few buttons on that page to enforce a memory clean-up, so maybe you can try those instead of restarting Firefox next time, if you can't find a solution.
Usually, memory usage like that is caused by some faulty extension, so that's what you should look out for.
You could also try, if it doesn't happen anymore in a fresh profile: https://support.mozilla.org/en-US/kb/profile-manager-create-...
by dangrossman on 7/19/16, 10:47 PM
by scholia on 7/19/16, 9:57 PM
I'm surprised to see Firefox taking up 3.5GB of RAM. On my Windows 7 PC, it takes about 1GB after a day's browsing (without Flash). I usually have 80-100 tabs but only 15-20 are actually open. It's fine unless Flash goes ape and eats 2GB of RAM for no reason.
I also use Vivaldi and Opera on Windows 7. Both are based on Chromium and both consume more RAM than Firefox. Vivaldi does "lazy loading" so it only loads tabs when you click on them, whereas Opera still tries to load everything.)
by imauld on 7/20/16, 5:38 AM
by Khelavaster on 7/19/16, 9:31 PM