我正在使用Eclipse Mars,并设置了一个hello world maven项目。一旦我尝试打开pom.xml,Eclipse就会因内存错误而崩溃。我尝试增加内存参数,但没有帮助。下面是eclipse.ini文件....任何提示?
-startupplugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.libraryplugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20140603-1326
-productorg.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
答案 0 :(得分:-1)
当你打开POM.xml时,它会尝试加载/下载依赖的依赖项并重新索引pom依赖项。
这会导致内存开销......如果Xms值非常低......那么崩溃可能会产生影响。
尝试使用maven - >禁用依赖项...并检查它是否崩溃...