0


IDEA一致卡在build时间过长问题处理

一,经过范围排查修改位置最终确认问题为Build process heap size 过小导致。

File | Settings | Build, Execution, Deployment | Compiler

处理方案:

将对应参数扩大,例700 改为2048

二、可能是缓存的文件太多了导致,file->Invalidate Caches /Restart,清理缓存, 并重启IDEA。重启之后,会重建索引, 此过程较慢, 但build的过程会加快。

三、进入file->Project Structure->Modules->选中项目名称-paths,把Exclude Output paths 打钩。

四、检查pom.xml resources是否正确,把无用的注释掉。

标签: intellij-idea java ide

本文转载自: https://blog.csdn.net/m0_66490875/article/details/131939129
版权归原作者 Swittee丶Henry 所有, 如有侵权,请联系我们删除。

“IDEA一致卡在build时间过长问题处理”的评论:

还没有评论