High CPU usage in Eclipse when idle

后端 未结 6 597
清酒与你
清酒与你 2021-02-05 00:27

On my multicore machine, Eclipse uses between 100 and 250 % CPU power, even when idling on a new plain install and an empty workspace. When actually doing things, it becomes slo

6条回答
  •  情话喂你
    2021-02-05 01:06

    Java multi thread garbage collector is a garbage. add -XX:-UseLoopPredicate option to java command line. See e.g. the bug https://bugzilla.redhat.com/show_bug.cgi?id=882968

提交回复
热议问题