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

git gc and the Lintian repository



alioth:/srv/git.debian.org/git/lintian/lintian.git> du -sh .
70M     .
alioth:/srv/git.debian.org/git/lintian/lintian.git> git --bare gc
Counting objects: 14736, done.
Compressing objects: 100% (5696/5696), done.
Writing objects: 100% (14736/14736), done.
Total 14736 (delta 11092), reused 11225 (delta 8686)
Removing duplicate objects: 100% (256/256), done.
alioth:/srv/git.debian.org/git/lintian/lintian.git> du -sh .
3.2M    .

So... we should probably figure out the best way to do this more often.
*heh*.  I think triggering automatic garbage collection and repacking is
probably the easiest way.  Does anyone know enough about the various Git
options in the git-gc man page or have enough prior experience to make any
recommendations?

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>


Reply to: