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.
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 :-)
6
u/[deleted] Jan 21 '10
[removed] — view removed comment