【发布时间】:2012-05-29 04:52:03
【问题描述】:
在为 Eclipse 安装谷歌应用引擎时,我得到了perm gen error。我读到您需要从 eclipse 打包的配置或 ini 文件中为 eclipse 增加 perm gen 的大小。目前它看起来像这样:
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
我需要在多少个地方进行编辑?我需要在哪里添加? 256 M 是指 MB 吗?我应该增加多大的尺寸?
【问题讨论】:
标签: java eclipse google-app-engine size permgen