Linked by David Adams on Wed 24th Aug 2005 07:24 UTC, submitted by ajam
General Development One of the longest running Eclipse projects, a fully-functioning IDE for Eclipse 3.1, has a new release out. The CDT (C/C++ Development Tools) Project just recently released 3.0, with a bunch of new improvements.
Thread beginning with comment 22623
To read all comments associated with this story, please click here.
Actually Eclipse is quite fast
by on Wed 24th Aug 2005 17:26 UTC

Member since:

In most cases the trick is, to give it more ram...
a -vmargs-Xmx<fillinwhatyouwant> in the startup params can do wonders

RE: Actually Eclipse is quite fast
by on Thu 25th Aug 2005 01:14 in reply to "Actually Eclipse is quite fast"
Member since:

That's absolutely right. Mine are:

-Xrs -Xverify:none -Xms400m -Xmx512m -Xmn128m -XX:+UseAdaptiveSizePolicy

Reply Parent Bookmark Score: 0