Peter Harris <git@xxxxxxxxxxxxxxxxxxx> writes: > On Tue, Jun 7, 2011 at 9:33 PM, Geoff Russell wrote: > > > > As of today, almost every time I do a git command, gc is getting > > invoked. > > > There are 96 pack files. > > That's why. See gc.autopacklimit in "git help config" -- by default, > git will gc if there are more than 50 pack files. Actually it looks like it is combination of this and packSizeLimit set to 30M. Git notices that it has too many packfiles, and tries to repack them, but packlimit forces Git to split it into small packfiles... and end up with more packfiles than limit anyway. Perhaps git should notice that it has nonsensical combination of options... -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html