I am using myeclipse for development purpose and now when I try to run one project and getting PermGen Space issue. But If I run other project from dffrent workspace it works fine. I am using same tomcat for both.
Myeclipse.ini is:
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_3.2.0.v201103301700
-vm
binary/com.sun.java.jdk7.win32.x86_64_1.7.0.u45/bin/javaw.exe
-install
C:\Users\pratiks\AppData\Local\MyEclipse Professional 2014
-vmargs
-Xmx768m
-XX:MaxPermSize=2048m
-XX:ReservedCodeCacheSize=64m
-Dosgi.nls.warnings=ignore