bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

whoa: server-side repo size just shrank by 20x


From: Jim Meyering
Subject: whoa: server-side repo size just shrank by 20x
Date: Fri, 09 Oct 2009 10:40:46 +0200

I noticed that gnulib.git was consuming nearly 700MB, so did this:

    $ du -sh .; git gc; du -sh .
    692M    .
    Counting objects: 78817, done.
    Delta compression using up to 4 threads.
    Compressing objects: 100% (19078/19078), done.
    Writing objects: 100% (78817/78817), done.
    Total 78817 (delta 63009), reused 74442 (delta 59695)
    Removing duplicate objects: 100% (256/256), done.
    35M     .

That should help.

I'm a little surprised my doing something like this manually
makes a difference.  I thought it was supposed to happen automatically,
but haven't looked at that part of git in a long time.
Maybe a config setting?

The server is currently running git-1.6.3.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]