标签:
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内存溢出错误
来自淘代码转载请注明
标签:
原文地址:http://www.cnblogs.com/tcode/p/5731051.html