Re: git gc - out of memory
From: Simon Strandgaard <hidden>
Date: 2016-06-15 22:47:43
On Sun, Nov 15, 2009 at 3:44 PM, Alejandro Riveira [off-list ref] wrote:
El Sat, 14 Nov 2009 20:26:00 +0100, Simon Strandgaard escribió:
[snip]
quoted
What can I do?run « git repack -adf --window=memory » on the repo where memory is escaled apropiately for your machine ?
Thank you Alejandro, it now works! I think the default is 10, so I tried with window=5 and it completed a full repack. $ git repack -adf --window=5 Counting objects: 5934, done. Compressing objects: 100% (5711/5711), done. Writing objects: 100% (5934/5934), done. Total 5934 (delta 3733), reused 0 (delta 0) Removing duplicate objects: 100% (256/256), done. $ git gc Counting objects: 5934, done. Compressing objects: 100% (1978/1978), done. Writing objects: 100% (5934/5934), done. Total 5934 (delta 3733), reused 5934 (delta 3733) $ Now that it works.. Should I report the original issue as a bug somewhere? e.g. malloc failed sounds like a bug. Kind regards Simon Strandgaard - http://gdtoolbox.com/