For me, alas, with 5 windows open and many, many tabs per window, Firefox regularly climbs into the 1 Gig+ memory range. The solution: less windows and tabs, I guess. But I was hoping / expecting the memory profile to change significantly over the past few builds.
And yes, I am using the latest build, I check about:memory regularly, stripped out the unneeded add-ons, but maybe I've just got too much stuff open and those pages have lots of script activity.
Is my usage the issue or is there something that can be improved in my scenario?
It's hard to analyze memory usage. When you say 1 Gig+, are you referring to allocated memory, physically paged-in memory, or what?
There can be a very drastic difference between "virtual memory made visible to a process" and "physical memory actually used by a process", especially in the context of shared memory systems where you have 5+ processes that are able to share much of their text and data segments.
I don't have Firefox here so I forget, but does their about:memory page show the "proportional" memory usage? KDE's KSysGuard has a detailed memory usage calculator that can display stats like that.
If you have a lot of tabs open, you are going to use a lot of memory. Lazy tab loading helps after a restart, but there's unfortunately no way to just tell a tab to go away until you click on it again.
Are other browsers any better in this regard? 1 GB seems reasonable to me for "many, many tabs", I'm currently using about 500MB with 16 tabs, as rally is pretty bloated. Solution: install more RAM?
Comments
For me, alas, with 5 windows open and many, many tabs per window, Firefox regularly climbs into the 1 Gig+ memory range. The solution: less windows and tabs, I guess. But I was hoping / expecting the memory profile to change significantly over the past few builds.
And yes, I am using the latest build, I check about:memory regularly, stripped out the unneeded add-ons, but maybe I've just got too much stuff open and those pages have lots of script activity.
Is my usage the issue or is there something that can be improved in my scenario?
It's hard to analyze memory usage. When you say 1 Gig+, are you referring to allocated memory, physically paged-in memory, or what?
There can be a very drastic difference between "virtual memory made visible to a process" and "physical memory actually used by a process", especially in the context of shared memory systems where you have 5+ processes that are able to share much of their text and data segments.
I don't have Firefox here so I forget, but does their about:memory page show the "proportional" memory usage? KDE's KSysGuard has a detailed memory usage calculator that can display stats like that.
If you have a lot of tabs open, you are going to use a lot of memory. Lazy tab loading helps after a restart, but there's unfortunately no way to just tell a tab to go away until you click on it again.
Are other browsers any better in this regard? 1 GB seems reasonable to me for "many, many tabs", I'm currently using about 500MB with 16 tabs, as rally is pretty bloated. Solution: install more RAM?
I have seen certain running web apps that leak memory across any browser they are run in. Firefox can't do anything about poorly written Javascript.