What does “Computing additional info” mean?

a 夏天 提交于 2019-12-07 01:16:41

问题


Eclipse Helios periodically starts running a job which displays "Computing additional info". During this time, Eclipse is very sluggish, bordering on unusable. What does this job do? Can I shut it off?

I just hope that someone in the JDT team comes to sense and gets rid of it, make it go faster, or at the very least change it to something meaningful.


回答1:


Maybe this bug is related: Bug 293856 - [Browser] "Computing additional info" lag during content assist executions

Other than that:

  1. Disable the virus scanner for Eclipse files (projects and the folder where Eclipse is installed). On demand scanning can cause severe performance problems with Java's lazy loading.

  2. Disable all plugins that you don't need.

  3. Give Eclipse more RAM (512MB or more)

  4. Put 4GB of RAM into your computer. Costs nothing (




回答2:


I discovered how you can fix this problem. Go to

Window > Preferences > General > Security > Secure Storage and click on "Clear Passwords"




回答3:


It's computing/caching some information that will make some operations (like auto suggestion) faster.

I can only suggest several things:

  • if you installed Mylyn, try to disable the Task-Focused Content Assist
  • check the -Xms and -Xmx parameter in eclipse.ini
  • try to stop the auto build


来源:https://stackoverflow.com/questions/2432321/what-does-computing-additional-info-mean

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