Leveraging FireFox's Restore Session Feature To Control RAM Usage

Posted December 27, 2006 at 2:44 PM

Tags: Work

I am running FireFox 2.0.0.1 and it rocks, but the RAM usage of it tends to climb really high during the day. Not too long ago, I found out by accident that if your FireFox crashes and then you start it up again it will ask you if you would like to restore the previous session. How bad-ass is that? I know, I know. But what's really cool that just occurred to me is that you can use this feature to control the RAM that FireFox uses.

My FireFox process was just hovering at about 250 MEGs of RAM usage. That's a ton or RAM (I don't have a crazy amount on this computer). I also have a good number of windows and tabs open as well for development, email, ColdFusion news feeds, etc. Well, now instead of closing them all down, then re-opening them manually, I just go in, Kill the FireFox process (which kills all the windows at once) and then restart FireFox which will in-turn, restore the session that was just running.

Doing this, the FireFox RAM usage went from about 250 MEGs down to about 95 MEGs and I hardly had to push a few buttons. Now, granted, this is a total misuse of the feature and probably of Window's task manager, but when my machine starts to drag, it just has to be done.

Post Comment  |  Ask Ben  |  Permalink  |  Print Page



Learning ColdFusion 9 - ColdFusion 9 tutorials, samples, examples, demos

Reader Comments

Doug Bezona
Dec 27, 2006 at 3:50 PM // reply »
6 Comments

You can accomplish the same thing without killing the process.

Under options, main, there is a "startup" dropdown, with an option to "open tabs and windows from last time".


Dec 27, 2006 at 4:01 PM // reply »
6,371 Comments

Doug,

Good option to know about (I was unaware that it could do that). However, I am not always looking to start up with previous tabs. I only want to do this when I cycle the ram. Or, does it prompt you for this on start-up?


Dec 27, 2006 at 11:00 PM // reply »
95 Comments

Ben, interesting workaround :-)

However, here is a better solution:

1. Open Firefox and go to the Address Bar. Type in about:config and then press Enter.
2. Right Click in the page and select New -> Boolean.
3. In the box that pops up enter config.trim_on_minimize. Press Enter.
4. Now select True and then press Enter.
5. Restart Firefox

I got this from here:
http://tech.cybernetnews.com/2006/03/26/this-may-help-your-firefox-memory-leak/


Dec 28, 2006 at 7:50 AM // reply »
6,371 Comments

Boyan,

Awesome link! I have just implemented the config changes. Let's see if they work. Thanks a lot!


Dec 28, 2006 at 8:08 AM // reply »
95 Comments

Ben,

you are welcome. I found it yesterday too so I thought I'd share. It works great.


Dec 28, 2006 at 8:11 AM // reply »
6,371 Comments

DUUUUUUDE! I just minimized my FireFox and the RAM dropped to 24 Megs :) that is a HUGE drop.

Rock on with your bad self!


Dec 28, 2006 at 9:42 AM // reply »
6,371 Comments

Hey, one caveat I just discovered for the minimize-RAM-flush thing above; it only seems to work if you manually minimize the windows. If I do a START+D (windows key and D key to show desktop) it doesn't seem to register this as a minimizing of the windows.


Dec 28, 2006 at 3:11 PM // reply »
97 Comments

Instead of killing the Firefox process, can't you simply File > Exit?


Dec 28, 2006 at 3:19 PM // reply »
6,371 Comments

Oooooh. I didn't realize that FILE > EXIT would close all the windows. Sweet-ass. That is much better. I can't believe I didn't know that.

Goes to show you how rarely I close my FireFox :)


Dec 28, 2006 at 3:28 PM // reply »
97 Comments

Well, I have to admit that I normally never close Firefox and only usually rely on the restore sessions feature after a system crash... :)


Martin Miller
Mar 14, 2007 at 1:49 PM // reply »
1 Comments

Clever idea. For unrelated reasons I'd like to be able to save my session and quit (rather than automatically restart) Firefox.

Something like that would be useful when you have several websites open in two or more tabs (and/or separate windows) and would like to open them all back up at a later time.

Using your 'kill process' technique should allow me to do this, but it would be nicer if there was something equivalent to it that could be attached to a button or menu item inside of Firefox because it would require fewer steps.


SwissalpS
May 22, 2007 at 3:52 AM // reply »
2 Comments

Be aware that you need to have "Warn me when closing multiple tabs" unchecked or it won't save the session when quitting FF.
If you want to use the above option, you must terminate the process.


SwissalpS
May 22, 2007 at 4:02 AM // reply »
2 Comments

Also, just quitting doesn't always save all windows!


Pat
Jun 19, 2008 at 11:08 PM // reply »
1 Comments

Doing the close trick works really well. Personally I use it for reading fanfictions because I like to open ~ 10 stories at a time and don't normally get around to reading them all at one time.


Post Comment  |  Ask Ben

Recent Blog Comments
Nov 7, 2009 at 5:53 PM
Ask Ben: Javascript String Replace Method
You can find here an advanced function that prepared with javascript replace function. This can make the first letters of words, sentences, lines and whatever you define automatically: http://www.m ... read »
Andrew Neely
Nov 7, 2009 at 4:56 PM
A Moment That Touched Me - The Fountainhead
Ben, Glad you enjoyed the podcast. Yeah, the Tank Riot guys can get really chatty during the episodes, but that's part of the charm of it for me. They've covered everything from Nichola Tesla to Cha ... read »
Nov 7, 2009 at 4:43 PM
Building A Fixed-Position Bottom Menu Bar (ala FaceBook)
Is it possible to make some more MenĂ¼`s ? ... read »
Jill
Nov 7, 2009 at 11:40 AM
How To Unformat Your Code (Like A Pro)
Derek, I think you might be right - sweet! Thanks for the link :) ... read »
Nov 7, 2009 at 11:25 AM
How To Unformat Your Code (Like A Pro)
I think it would be way easier to just use this http://www.logichammer.com/html-formatter/ He just released v3 and it rocks. ... read »
Jill
Nov 7, 2009 at 7:58 AM
How To Unformat Your Code (Like A Pro)
LMAO - this was pretty funny! I have to admit - I also love to reformat code so I can read it. My boss used to tell me to leave my OCD at home. Now I don't feel so bad after reading everyone else' ... read »
Nov 6, 2009 at 10:10 PM
How To Unformat Your Code (Like A Pro)
The timing of this post is just uncanny. I spent the last 15-20 minutes manually un-formatting my "Ben Nadel" style code within a CFC of mine. I was really digging the readability a few weeks ago, bu ... read »
Roe
Nov 6, 2009 at 5:11 PM
Passing Arrays By Reference In ColdFusion - SWEEET!
ArraySort also reorders the results of these java obj's ... read »