An out of memory error has occurred.

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


你可能感兴趣的:(An out of memory error has occurred.)