Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse getting too slow - workspace recreation helped

Tags:

My Eclipse was getting slower and slower over time. Tips I found on the Internet did not help. What I did is completely deleted my workspace, created new one and reimported all my projects into the new workspace and this really made the difference.

So my question is whether it's possible to perform this workspace clean-up without deleting and recreating workspace... Maybe there is some cache in workspace which is getting big? Any ideas?

Thank you!

like image 415
Daniel Avatar asked Dec 08 '10 09:12

Daniel


1 Answers

Eclipse keeps track of all changes in local history. That might introduce slowdown over time. Local history is located at .metadata/.plugins/org.eclipse.core.resources/.history.

like image 196
rustyx Avatar answered Sep 22 '22 23:09

rustyx