Sunday, February 19, 2006

Eclipse 3.1 startup memory settings

Edit eclipse.ini @ Eclipse root folder, change the min & max memory:

-vmargs
-Xms128m
-Xmx512m

Then restart Eclipse. The startup time will be noticeably faster.

Do this if you have lots of memory to spare, and there'll be less "hangups" using this smashing IDE ;)