Eclipse's .metadata/.plugins seems to consume way too much space (235 MB), is there something I can safely throw away and still be happy?
I archive my source root, and this seems to take away all my space. This is a project with several Java projects.
Yes, go ahead and delete the . metadata.
In the Eclipse Installer in the menu go to Bundle Pools... and use the Cleanup Agent to get rid of plug-ins that are no longer in use. There is a cache at . p2/org. eclipse.
The . metadata folder is an area where Eclipse plug-ins can save any information they want to save. This will include things like your preference settings, information about the contents of projects and the indices the Java plug-in uses to find classes and methods quickly.
One way to fix a corrupted eclipse workspace is to delete the folder <workspace location>\. metadata\. plugins\org.
In my case 85% of the workspace is occupied by the m2e plugin indexes. More information on that can be found in this thread. You can disable it by adjusting plugin configuration parameters as shown on the image bellow:
Then you can remove .metadata/.plugins/org.eclipse.m2e.core/nexus directory from your workspace.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With