On Fri, Nov 09, 2007 at 06:38:00PM -0500, Jon Smirl wrote: > I'm using this config file: > > [pack] > windowMemory = 1M > deltaCacheSize = 1M > > And I have NO_MMAP compiled in. > > git is still using over 200MB of memory or address space, my process > gets killed either way. I'm assuming it's dying on repacking since you included the pack parameters. How big is your biggest object? Even with pack.windowMemory, it still keeps the last object around to try and delta against (in other words, the window only shrinks to size 1), which means you have to have room for it and its delta index. -bcd - 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