• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Firefox Memory Usage

 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As much as I like FF it's memory usage is horrible. I have the following addons installed:

Clippings
Colorful Tabs
ColorZilla
Firebug
Form Saver
GMarks
Map This
Web Developer

I've had FF open since about 8 this morning doing my typical web development along with Javaranch, Digg, and a few other non-intrusive sites. No applets, no Flash, etc.

Right now, I am sitting at 150MB. Granted this isn't terribly accurate since it is Windows Task Manager. But still...

Anyone have any tips for reducing this aside from closing FF and removing addons?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't think it's the plugins. I noticed that using applets makes it much worse (of course, that could be the JVMs fault), but even without them, FF just uses a lot of memory (and seems to leak some of it).
 
Ranch Hand
Posts: 266
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This page seems to have some pointers. (I haven't tried them myself). There's also another page listing some common problems caused by extensions.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Make sure you only run Firebug when needed. Do not have it on all the time.

Eric
 
Gregg Bolinger
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've actually been doing that today. I never noticed it as an issue. The report says it's just CPU cycles. I haven't noticed any decrease in memory. Performance hasn't really been an issue for me. Mainly just memory usage which translates somewhat into performance for the rest of my running apps.
 
Bartender
Posts: 1155
20
Mac OS X IntelliJ IDE Oracle Spring VI Editor Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This may help (a bit)
reply
    Bookmark Topic Watch Topic
  • New Topic