From ff3644ad38d210c5ce0ebfb5a2cf5e84bb3b47da Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 11 Mar 2012 17:15:58 -0400 Subject: status: Fixed to run in nearly constant space. Before, it leaked space due to caching lists of keys. Now all necessary data about keys is calculated as they stream in. The "nearly constant" is due to getKeysPresent, which builds up a lot of [] thunks as it traverses .git/annex/objects/. Will deal with it later. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 2cb5a1aea..6da54056c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ git-annex (3.20120310) UNRELEASED; urgency=low * unused: Reduce memory usage significantly. Still not constant space, but now only needs to store the set of file contents that are present in the annex in memory. + * status: Fixed to run in nearly constant space. -- Joey Hess Sat, 10 Mar 2012 14:03:22 -0400 -- cgit v1.2.3