On 2012-04-6, at 4:29 PM, Mason James wrote:
On 2012-04-5, at 11:25 PM, Paul Poulain wrote:
Le 05/04/2012 11:36, MJ Ray a écrit :
Paul Poulain <paul.poulain@biblibre.com>
Yikes: I just tried twice with my laptop -so locally- and get a nasty error after 10mn taking 100% of my 4 cores = [...] fatal: Out of memory, malloc failed (tried to allocate 4479308 bytes) error: failed to run repack
i had the same problem too. i had a google, and found some good advice
http://stackoverflow.com/questions/9561835/git-push-suboptimal-pack-out-of-m... http://stackoverflow.com/questions/7362709/git-pull-fails-with-bad-pack-head...
aaah, perhaps this is a better option -> https://github.com/hbons/SparkleShare/issues/519 leave git multi-threading on, but force some memory limits, with a ~/.gitconfig file like this... [core] packedGitLimit = 128m packedGitWindowSize = 128m [pack] deltaCacheSize = 128m packSizeLimit = 128m windowMemory = 128m