Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/370.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java myeclipse的一个工作区的PermGen空间问题_Java_Myeclipse_Permgen - Fatal编程技术网

Java myeclipse的一个工作区的PermGen空间问题

Java myeclipse的一个工作区的PermGen空间问题,java,myeclipse,permgen,Java,Myeclipse,Permgen,我使用myeclipse进行开发,现在当我尝试运行一个项目时,发现PermGen空间问题。但如果我从dffrent工作区运行其他项目,它就可以正常工作。我对这两个都使用相同的tomcat Myeclipse.ini是: -startup plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar --launcher.library plugins/org.eclipse.equinox.launcher.i18n.win32.wi

我使用myeclipse进行开发,现在当我尝试运行一个项目时,发现PermGen空间问题。但如果我从dffrent工作区运行其他项目,它就可以正常工作。我对这两个都使用相同的tomcat

Myeclipse.ini是:

-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

你在tomcat或eclipse中得到了错误?我在myeclipseAre中得到了错误你确定你的系统有足够的内存达到2048m吗?如果它没有启动,你会在启动时收到这个错误。我用512m启动它,然后是1024,现在是2048。我有足够的内存。