idea编译项目时报j ava.lang.OutOfMemoryError: GC overhead limit exceeded错误,教你两步搞定!
第一步:打开help -> Edit Custom VM Options ,修改xms和xmx的大小,如下图:
第二步:File -> Settings -> Build,Execution,Deployment -> Compiler ,修改heapSize,如下图:
点击 apply 和 ok,然后重新编译项目,轻松搞定!!
idea编译项目时报j ava.lang.OutOfMemoryError: GC overhead limit exceeded错误,教你两步搞定!
第一步:打开help -> Edit Custom VM Options ,修改xms和xmx的大小,如下图:
第二步:File -> Settings -> Build,Execution,Deployment -> Compiler ,修改heapSize,如下图:
点击 apply 和 ok,然后重新编译项目,轻松搞定!!