eclipse一直报An internal error occurred during: "Building workspace". GC overhead limit excee

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse一直报An internal error occurred during: "Building workspace". GC overhead limit excee相关的知识,希望对你有一定的参考价值。

最近导入到eclipse里的工程挺大的,每次eclipse启动之后都回update workspace,然后就一直报:

An internal error occurred during: "Building workspace". GC overhead limit exceeded

这个错误。

 

解决方法: 

原因是Eclipse默认配置内存太小需要更改Eclipse安装文件夹下的eclipse.ini文件。

Eclipse.ini默认文件如下:

修改如下:

-Xms512m -Xmx1024m

第一个是最小的初始化内存,第二个是最大的占有内存

还可以加上 -XX:MaxPermSize=1024m这个意思是在编译文件时一直占有最大内存,重启Eclipse

 

如果你的电脑内存足够大,就多分配一点个eclipse吧。我都设置成512m还是会报错,干脆都给设置成1024了。

以上是关于eclipse一直报An internal error occurred during: "Building workspace". GC overhead limit excee的主要内容,如果未能解决你的问题,请参考以下文章

Eclipse无法启动报An internal error occurred during: "reload maven project". java.lang.NullPoint

Eclipse无法启动报An internal error occurred during: "reload maven project". java.lang.NullPoint

eclipse启动错误An internal error occurred

Compilation err ororg.eclipse.jdt.internal.compiler.classfmt.ClassFormatException

Compilation err ororg.eclipse.jdt.internal.compiler.classfmt.ClassFormatException

关于eclipse的"An internal error occurred during"的错误