您的位置:首页 > 其它

An out of memory error has occurred.

2014-09-02 17:28 429 查看
eclipse内存溢出错误

An out of memory error has occurred.Consult the "Running Eclipse" section of read me file

for information on preventing this kind of error in the future.

解决方法:

调一下Eclipse的内存,在eclipse目录下,会有一个eclipse.ini的文件,里面把相应文件适当调大些。

-showsplash org.eclipse.platform

--launcher.XXMaxPermSize 256M

-vmargs

-Dosgi.requiredJavaVersion=1.6

-Xms256m

-Xmx512m
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐