Last Updated: September 09, 2019
·
3.394K
· jjalonso

Speed up Eclipse boot

Try this quick tricks for speed up your Eclipse IDE boot time

In Windows > Preferences > General
* Disable all you dont need in Startup and Shutdown.
* Disable the decorations in Appearance > Label Decorations.

Into eclipse.ini add a new line
* -Xverify:none

3 Responses
Add your response

Could you possibly offer some more detail of what the -Xverify:none line does? The other two are more or less self explanatory...

over 1 year ago ·

@mdonnellydev This will tell the VM not to validated all the .class files it is loading. (Bytecode)

over 1 year ago ·

i think i just broke my eclipse configuration xD

over 1 year ago ·