Re: [git-users] Out of memory, malloc failied (tried to allocate 2306150400 bytes )

2013-10-10 Thread Konstantin Khomoutov
On Thu, 10 Oct 2013 03:57:11 -0700 (PDT) praveenm mulimani praveen.mulim...@gmail.com wrote: We are using windows 7 to download the git source through repo command. We are getting the below error (although we have 20 GB free space). Fatal: Out of memory, malloc failied (tried to allocate

Re: [git-users] Out of memory, malloc failied (tried to allocate 2306150400 bytes )

2013-10-10 Thread Dale R. Worley
From: Konstantin Khomoutov flatw...@users.sourceforge.net pack.packsizelimit=2g pack.threads=1 pack.windowmemory=256m 2. I'd say the pack.packSizeLimit should not affect the packing behaviour -- at least that's what I gather from the manual page. The git-config manual page says:

Re: [git-users] Out of memory, malloc failied (tried to allocate 2306150400 bytes )

2013-10-10 Thread Konstantin Khomoutov
On Thu, 10 Oct 2013 11:19:27 -0400 wor...@alum.mit.edu (Dale R. Worley) wrote: pack.packsizelimit=2g pack.threads=1 pack.windowmemory=256m 2. I'd say the pack.packSizeLimit should not affect the packing behaviour -- at least that's what I gather from the manual page. The