Eclipse “javaw.exe” High CPU usage

北战南征 提交于 2019-12-06 02:23:31

问题


I have standard Eclipse Kepler with CDT installed. Sometimes when it stays idle for a while the javaw.exe starts eating the CPU up to 30%. Nothing is running in Eclipse, no indexing, no library update, no building or compiling.

How can I debug Eclipse to see if something is running in background? Does Eclipse have any console or log so I can see what exactly is being done?

Not to mention, I even restarted the Eclipse but it just works for a few moment and then again reaches high CPU usage. What could be the problem?

  • Windows 7 64bit
  • Eclipse Kepler standard (plugins ADT & CDT)
  • Java 7

回答1:


You can try add some memory to eclipse.ini parameter -Xmx512m

It can be useful in some cases but you will need to try it.. Hope that helps



来源:https://stackoverflow.com/questions/24070395/eclipse-javaw-exe-high-cpu-usage

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!