IntelliJ IDEA 13 CE consuming lots of CPU

后端 未结 5 825
南笙
南笙 2021-02-05 00:23

I upgraded from IntelliJ IDEA from 12 CE to 13 CE few days ago and it has been hogging up CPU. Every few minutes it\'ll peak to 450-500% and then come down to 100-200%. Also, I\

5条回答
  •  醉酒成梦
    2021-02-05 00:41

    I'm posting this comment by K P as an answer, because K P does not have enough reputation.

    It just needed some more memory to prevent repeated garbage collection. I found the file idea.vmoptions [aka idea64.exe.vmoptions] and increased the memory for InteiiJ to run (Xms = 512m and Xmx = 2048). The CPU usage has come down to 0.2 - 10% when nothing is being done on it.

提交回复
热议问题