MyEclipse Enterprise Workbench
Version: 2015 CI 14
Build id: 13.0.0-20150813
MyEclipse.ini
-vmargs
-XX:ReservedCodeCacheSize=256m
-Xmx2048m
-XX:MaxPermSize=2048m
-XX:ReservedCodeCacheSize=64m
-Dosgi.nls.warnings=ignore
I have 16 GB RAM and this is my Dev machine. I want to give every bit of RAM to Eclipse. How can I improve overall performance so that I can reduce startup time, JSP/Java/JS validations time, Reduce Apache Tomcat startup time, reduce building a WAR file and much more.
ty