On Nov 09 2020, Michal Suchánek wrote: > On Mon, Nov 09, 2020 at 11:17:38AM +0100, Michal Suchánek wrote: >> On Mon, Nov 09, 2020 at 10:49:21AM +0100, Andreas Schwab wrote: >> > On Nov 09 2020, Michal Suchánek wrote: >> > >> > > I noticed I am running out of disk space, and one repository taking up >> > > about 38G. Did git gc --aggressive, and the used space *raised* to 42G, >> > > and git would report it does gc after every commit. >> > >> > Do you have a lot of loose objects? >> { for i in .git/objects/?? ; do ls $i ; done ; } | wc -l >> 53392 > And in the double-size repository it's doubled, too: > { for i in .git/objects/?? ; do ls $i ; done ; } | wc -l > 101167 git count-objects also shows the size. Does it help to prune them --exprire now? Andreas. -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."