码迷,mamicode.com
首页 > 系统相关 > 详细

eclipse内存溢出错误

时间:2016-08-02 23:40:46      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:

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内存溢出错误
来自淘代码转载请注明

eclipse内存溢出错误

标签:

原文地址:http://www.cnblogs.com/tcode/p/5731051.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!