An internal error occurred during: "Retrieving archetypes:". GC overhead limit exceeded

简介: An internal error occurred during: "Retrieving archetypes:".GC overhead limit exceeded 异常,分享牛系列,分享牛专栏,分享牛。

An internal error occurred during: "Retrieving archetypes:".GC overhead limit exceeded 异常,分享牛系列,分享牛专栏,分享牛。

出现这种情况是什么原因造成的呢?

1.肯定是jvm抛出的异常。

2.eclipse或者myeclipse配置的文件在安装的目录下myeclipse.ini或者eclipse.ini。所有能配置的大概就在这个地方了。

3.修改文件如下:

-vmargs
-Xmx1024m
-Xms512m
-XX:MaxPermSize=1024m

ok了,具体的参数的可以可以参考之前的jvm系列的文章。

 分享牛原创(尊重原创 转载对的时候第一行请注明,转载出处来自分享牛http://blog.csdn.net/qq_30739519) java架构师交流群 523988350


相关文章
|
9天前
|
JavaScript 前端开发
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory 内存溢出问题
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory 内存溢出问题
14 1
排错-Error--memory violation Exception ACCESS_VIOLATION received解决方
排错-Error--memory violation Exception ACCESS_VIOLATION received解决方
167 0
|
Oracle Java 关系型数据库
GC Overhead Limit Exceeded Error
GC Overhead Limit Exceeded Error
93 0
|
Java Maven Windows
maven内存不足:Unexpected error occurred: Not enough memory to allocate buffers for rehashing Java heap
maven内存不足:Unexpected error occurred: Not enough memory to allocate buffers for rehashing Java heap
125 0
abort: error: Temporary failure in name resolution
abort: error: Temporary failure in name resolution
147 0
JVM 报 GC Overhead limit exceeded 是什么意思?
JVM 报 GC Overhead limit exceeded 是什么意思?
|
Go iOS开发
The operation couldn’t be completed. Unable to log in with account 'myappleid'. An unexpected failure occurred while logging in (Underlying error code 1100).解决方法
The operation couldn’t be completed. Unable to log in with account 'myappleid'. An unexpected failure occurred while logging in (Underlying error code 1100).解决方法
346 0
|
Java
GC overhead limit exceeded问题排查
GC overhead limit exceeded问题排查
895 0