On Mon, 10 Sep 2007, Nicolas Pitre wrote: > On Mon, 10 Sep 2007, Jeff King wrote: > > > On Mon, Sep 10, 2007 at 08:50:19AM +0200, Martin Koegler wrote: > > > > > You could try to raise the config variable pack.deltaCacheLimit, as it > > > avoids to do the delta again for all objects smaller then > > > pack.deltaCacheLimit in the writing phase. > > > > Hmm. I bumped this to 100,000 and it seemed to make zero difference. > > 100000 ~= 100KB. You won't cache a lot with that. OOps sorry, I was confused between pack.deltaCacheLimit and pack.deltaCacheSize. The former apparently override the later when it is not set. Nicolas - 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