(no subject)
Jan. 4th, 2007 07:30 pmAs nice as Eclipse is, it doesn't half chew through memory. 280MB and counting before I restarted it to try and free some up (this machine only has 512MB of memory). Then again, it is a Java IDE written in Java and so completely out of control.
no subject
Date: 2007-01-04 07:49 pm (UTC)As far as the runtime goes, I'm using IBM's version of Java 5.0.
no subject
Date: 2007-01-04 11:26 pm (UTC)Also, there are a bunch of white papers at java.sun.com about tweaking the garbage collector. You could probably get it to do a better job on memory if you're willing to sacrifice a bit of throughput, and might gain some overall if it reduces the swap file usage.