Android java.lang.OutOfMemoryError: GC overhead limit exceeded
再用 Android Studio 编辑项目的时候,会出现如下错误。
1 | java.lang.OutOfMemoryError: GC overhead limit exceeded |
根据 Sun 的描述:
1
"if too much time is being spent in garbage collection: if more than 98% of the total time is spent in garbage collection and less than 2% of the heap is recovered, an OutOfMemoryError will be thrown."