Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Why .metadata is so huge?
Why .metadata is so huge? [message #776386] Sun, 08 January 2012 03:17 Go to next message
Eclipse UserFriend
Hi friends,

I realized the the .metadata directory created in a workspace is quite big (around 20MB for web projects, and around 10 MB for desktop projects). What does Eclipse do in the .metadata directory?

Thanks.
Nick
Re: Why .metadata is so huge? [message #776565 is a reply to message #776386] Sun, 08 January 2012 14:41 Go to previous messageGo to next message
Eclipse UserFriend
Hello

Eclipse maintains indexes of classes to speed up the class search and
content assistance. This consumes quite a bit of disk real estate.

Besides that the local histories of all files is kept. You may
configure how much data Eclipse keeps for each file.

Cheers
Michael
Re: Why .metadata is so huge? [message #776692 is a reply to message #776565] Sun, 08 January 2012 23:39 Go to previous messageGo to next message
Eclipse UserFriend
Thanks for your reply.
How can I configure how much data Eclipse keeps for local histories?
Re: Why .metadata is so huge? [message #776770 is a reply to message #776692] Mon, 09 January 2012 03:46 Go to previous messageGo to next message
Eclipse UserFriend
On 09.01.2012 05:39, Nick Clevery wrote:
> Thanks for your reply.
> How can I configure how much data Eclipse keeps for local histories?
Window > Preferences > General > Workspace > Local History

Dani
Re: Why .metadata is so huge? [message #777488 is a reply to message #776770] Tue, 10 January 2012 10:38 Go to previous message
Eclipse UserFriend
Thanks Dani, I got it.
Previous Topic:Erratic CPU Use in Eclipse Indigo
Next Topic:How do I set it up on an SSD/HDD combo
Goto Forum:
  


Current Time: Fri May 16 02:02:47 EDT 2025

Powered by FUDForum. Page generated in 0.03417 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top