Just discovered how to tweak and optimize eclipse startup and running performance:
http://stackoverflow.com/a/7776565/376240
http://www.beyondlinux.com/2011/06/25/speed-up-your-eclipse-as-a-super-fast-ide/
startup plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.library plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505 -product org.eclipse.epp.package.jee.product --launcher.defaultAction openFile -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile -vmargs -Djava.library.path=/usr/lib/jni -Dosgi.requiredJavaVersion=1.5 -XX:PermSize=256m -XX:MaxPermSize=256m -XX:+UseParallelGC -Xms1024m -Xmx1024m -Xss4msources:
http://stackoverflow.com/a/7776565/376240
http://www.beyondlinux.com/2011/06/25/speed-up-your-eclipse-as-a-super-fast-ide/
No comments:
Post a Comment