News
Is your eclipse slow?
- Details
Don't worry, the solution is right here... Or at least, this worked for me. Simply add the following to your startup parameter:
-vm "PATH_TO_JAVAW" -vmargs -Xmx512m -XX:MaxPermSize=128m -Xverify:none
...where PATH_TO_JAVAW is your path to your Java installation. Java6 is preferable, but that is up to you. Java6 has some nice user interface enhancements.