On Sun, 10 Feb 2008, Johannes Schindelin wrote: > I tried that: > > $ git config pack.deltaCacheLimit 1 > $ git config pack.deltaCacheSize 1 > $ git config pack.windowMemory 2g This has nothing to do with repacking memory usage, but even tighter packs can be obtained with: git config repack.usedeltabaseoffset true This is not the default yet. 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