On Sat, 15 Dec 2018 23:42:01 -0800 Zac Medico wrote: > It would be interesting to see some garbage collection stats for > sync-deph = 1, people using it should post the output of this command: > > git count-objects -v I use sync-depth = 1 for /usr/portage from git://anongit.gentoo.org/repo/sync/gentoo.git almost since its inception. So my stats are: $ git count-objects -v count: 28 size: 184 in-pack: 592843 packs: 35 size-pack: 353388 prune-packable: 20 garbage: 0 size-garbage: 0 $ du -hs /usr/portage/ --exclude=/usr/portage/packages --exclude=/usr/portage/distfiles 1.1G /usr/portage/ The largest dirs are: 157 /usr/portage/metadata/md5-cache 171 /usr/portage/metadata 346 /usr/portage/.git/objects 346 /usr/portage/.git/objects/pack 361 /usr/portage/.git 1044 /usr/portage/ Best regards, Andrew Savchenko