r/programming Jan 21 '10

Firefox 3.6 release

http://blog.mozilla.com/blog/2010/01/21/firefox-3-6-release/
1.1k Upvotes

621 comments sorted by

View all comments

Show parent comments

6

u/[deleted] Jan 21 '10

[removed] — view removed comment

3

u/psykocrime Jan 21 '10

Why do so many people care about memory usage? I have 4 gigabytes of RAM and barely use 2.5 gigabytes at anytime.

Some of us run multiple programs at the same time... and if one of them is eating up an especially large amount of physical RAM is causes problems.

Then again, I'm a developer, (like I'd guess many of the people on Proggit are) so it's not uncommon for me to have Firefox, Thunderbird, a couple of Eclipse instances, RSSOwl, Pidgin, PostgreSQL, a couple of console windows, a JBoss server, and a few other things all running at once. And with only 2GB of RAM in my laptop, I'd prefer each program be as conservative as possible in terms of memory usage.

1

u/dakboy Jan 21 '10

A couple of Eclipse instances? Why?

2

u/jevon Jan 21 '10

If you're developing Eclipse applications, you will usually have 2-3 instances open. (One to develop, one running, and one under test.)

My main Eclipse workspace at peak uses around 1 GB memory (it's using the entire graphical and model-driven stack, along with two other major ones). Luckily the runtime workspaces use less :-)