我在与 permgen 相关的 eclipse 中出现内存不足异常。我尝试更改 ini 文件中的值,但这没有帮助。我参考了这个网站上的各种相关帖子。我的机器配置是 corei5,8 GB RAM。我正在做的开发需要我运行 Tomcat 和一个 android 应用程序,它将向这个 tomcat 服务器发送 http 请求。我正在发布我现在正在使用的 ini。有人可以帮忙吗?
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120522-1813
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
1024M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
1024m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-Xms1700m
-Xmx1700m
-XX:MaxPermSize=1700m
-XX:+UseConcMarkSweepGC
-XX:+CMSClassUnloadingEnabled
-XX:+CMSPermGenSweepingEnabled