Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Why .metadata is so huge?
Why .metadata is so huge? [message #776386] Sun, 08 January 2012 08:17 Go to next message
Nick Clevery is currently offline Nick CleveryFriend
Messages: 50
Registered: January 2012
Member
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 19:41 Go to previous messageGo to next message
Michael Pellaton is currently offline Michael PellatonFriend
Messages: 289
Registered: July 2009
Senior Member
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] Mon, 09 January 2012 04:39 Go to previous messageGo to next message
Nick Clevery is currently offline Nick CleveryFriend
Messages: 50
Registered: January 2012
Member
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 08:46 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
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 15:38 Go to previous message
Nick Clevery is currently offline Nick CleveryFriend
Messages: 50
Registered: January 2012
Member
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: Tue Apr 16 18:21:29 GMT 2024

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

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

Back to the top