An internal error occurred during: "Building workspace". java.lang.StackOverflowError

1 错误描述




2 错误原因

   由上述描述可以,MyEclipse可用内存不足,导致堆内存溢出


3 解决办法

   修改MyEclipse内存设置

#utf8 (do not remove)
#utf8 (do not remove)
-startup
../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_3.2.0.v201103301700
-install
D:/MyEclipse10/MyEclipse 10
-vm
D:/MyEclipse10/Common/binary/com.sun.java.jdk.win32.x86_64_1.6.0.013/bin/javaw.exe
-vmargs
-Xmx768m
-XX:MaxPermSize=384m
-XX:ReservedCodeCacheSize=64m
-Dosgi.nls.warnings=ignore


原文地址:https://www.cnblogs.com/hzcya1995/p/13314484.html