git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git pack - repo size doubled
@ 2011-02-24  8:19 Maaartin
  2011-02-24  8:31 ` Jeff King
  0 siblings, 1 reply; 3+ messages in thread
From: Maaartin @ 2011-02-24  8:19 UTC (permalink / raw)
  To: git

I'm using git version 1.7.3.3 under cygwin (W XP64). When I tried

git repack -A -d --depth=255 --window=255 --window-memory=4g

I've got the message

rm: cannot remove `pack-c75642be5314b1a98ddfcf0d51ac838db4af75ad.pack':
Device or resource busy

It seems like the file hadn't got closed. The non-deletion of the file
roughly doubles the repo size (134070 KiB instead of 67470 KiB).

- Can I manually remove the file?

- If I do it, does "git fsck" suffice to make sure, everything's all right?

- Would creating of multiple packs work better? What "--max-pack-size"
would you recommend?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-24 10:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-24  8:19 Git pack - repo size doubled Maaartin
2011-02-24  8:31 ` Jeff King
2011-02-24 10:02   ` Maaartin-1

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).