> Do you have insanely huge files somewhere in those commits? > I'm speculating that the sole number of commits should not affect Git > that much but huge files *could* -- due to it using the xdelta > compression when packing files (which, in turn, in typical builds uses > memory mapping).
You might want to check the various config parameters to see if that reduces memory usage. I've used pack.packSizeLimit = 1g. Dale -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
