IDEA报错:GC overhead limit exceeded?
Posted cjq10029
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA报错:GC overhead limit exceeded?相关的知识,希望对你有一定的参考价值。
1. 问题描述
在运行代码之后,出现以下错误:
Exception in thread "main" org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 107.0 failed 1 times, most recent failure: Lost task 0.0 in stage 107.0 (TID 208, localhost, executor driver): java.lang.OutOfMemoryError: GC overhead limit exceeded
经查询之后,是由于JVM花费太长时间执行GC且只能回收很少的堆内存时抛出的
一般可以通过更改JVM启动配置增加堆大小来解决
参考:https://blog.csdn.net/github_32521685/article/details/89953796
2. 解决方法
- file -> settings
- 搜索maven,点击importing,修改JVM启动项
以上是关于IDEA报错:GC overhead limit exceeded?的主要内容,如果未能解决你的问题,请参考以下文章
Eclipse报错:gc overhead limit exceeded eclipse
eclipse Unable to execute dex: GC overhead limit exceeded GC overhead limit exceeded解决办法(示例代码
Android Studio编译报错“java.lang.OutOfMemoryError: GC overhead limit exceeded
java.lang.OutOfMemoryError : GC overhead limit exceeded解决方案