From b54de1dad4874b7561d2c5a345954b6b5c594078 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Jul 2014 15:28:07 -0400 Subject: 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. --- doc/bugs/runs_of_of_memory_adding_2_million_files.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/bugs/runs_of_of_memory_adding_2_million_files.mdwn') 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. + +> [[fixed|done]] --[[Joey]] -- cgit v1.2.3