Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does "Computing additional info" mean?

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.

like image 340
JesperE Avatar asked Mar 12 '10 11:03

JesperE


2 Answers

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 (

like image 168
Aaron Digulla Avatar answered Oct 22 '22 13:10

Aaron Digulla


I discovered how you can fix this problem. Go to

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

like image 22
Gustavo Amaro Avatar answered Oct 22 '22 14:10

Gustavo Amaro