问题
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:
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.
Disable all plugins that you don't need.
Give Eclipse more RAM (512MB or more)
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