summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-07-04 15:28:07 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-07-04 15:28:07 -0400
commitb54de1dad4874b7561d2c5a345954b6b5c594078 (patch)
tree38813b24b90673a3da5775ef998ca116f7ebcfd3 /doc
parentcabde6ee2c1574e04e127100c58b77fa776982a8 (diff)
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/runs_of_of_memory_adding_2_million_files.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/runs_of_of_memory_adding_2_million_files.mdwn b/doc/bugs/runs_of_of_memory_adding_2_million_files.mdwn
index a248d9489..3891933a6 100644
--- a/doc/bugs/runs_of_of_memory_adding_2_million_files.mdwn
+++ b/doc/bugs/runs_of_of_memory_adding_2_million_files.mdwn
@@ -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]]