On Tue, Oct 04, 2011 at 02:22:55PM +0200, Piotr Krukowiecki wrote: > > So my guess is that it is simply taking an enormous amount of disk > > space, and git is mostly waiting on the disk to read in files. What does > > "du -sh .git/objects" say? > > It isn't that big - it's 11G. > .git/objects/pack/ is 666MB currently. But you have 4G of RAM, no? So depending on the access patterns, you are thrashing your disk cache and always pulling each object straight from disk. -Peff -- 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