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:
parent
326fdffce9
commit
e6330988dd
3 changed files with 23 additions and 3 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue