您的位置:首页 > 产品设计 > UI/UE

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

2017-05-25 10:35 316 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐