这在某种程度上是该线程的延续。我正在开发一个不同的 Android 应用程序并再次遇到“堆外”错误。我的 eclipse.ini 看起来像这样:
-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
-vm
C:/Program Files/Java/jdk1.7.0_01/bin/javaw.exe
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Xms1024m
-Xmx1024m
如果我增加 Xms/x 值,Eclipse 将无法启动。我还能做些什么来让它发挥作用?
非常感谢