eclipse内存溢出错误

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.

 

解决方法:

调一下内存,myeclipse.ini里面把-Xmx -XX:PermSize -XX:MaxPermSize 适当调大些。

如果是eclipse工具,则是在eclipse.ini中改。

-showsplash org.eclipse.platform

--launcher.XXMaxPermSize 256M

-vmargs

-Dosgi.requiredJavaVersion=1.5

-Xms256m

-Xmx512m

 本文标题: eclipse内存溢出错误

posted @ 2016-08-02 22:49  淘代码  阅读(373)  评论(0编辑  收藏  举报