Fix memory leak when committing millions of changes to the git-annex branch

Eg after git-annex add has run on 2 million files in one go.

Slightly unhappy with the neeed to use a temp file here, but I cannot see
any other alternative (see comments on the bug report).

This commit was sponsored by Hamish Coleman.
This commit is contained in:
Joey Hess 2014-07-04 15:28:07 -04:00
parent 326fdffce9
commit e6330988dd
Failed to extract signature
3 changed files with 23 additions and 3 deletions

View file

@ -13,3 +13,5 @@ add 999999 ok
Stack space overflow: current size 8388608 bytes.
Use `+RTS -Ksize -RTS' to increase it.
</pre>
> [[fixed|done]] --[[Joey]]