diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-13 15:27:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-13 16:58:58 -0400 |
commit | 59b2adea4f006a391da5210394187f867c3e696b (patch) | |
tree | f5b19eafd4c408223728e92f01b2528389004c63 /debian | |
parent | 3ac2677e00661370f71250ed4cf53ad66bfcab2c (diff) |
changelog for a964012fc36d22e4554dd12e3594579fb3190501
Turns out that commit really made some serious improvements to memory use.
With the lazy state monad, git-annex add in a huge tree grew seemingly
without bound until it overflowed the stack. With the strict monad,
it uses 42 mb max.
It's possible another change since the 3.20120123 release fixed that,
but a964012fc36d22e4554dd12e3594579fb3190501 seems most likely.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f13797272..a5b0b31d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,8 @@ git-annex (3.20120124) UNRELEASED; urgency=low if available, matches the size of the key. * addurl --fast: Verifies that the url can be downloaded (only getting its head), and records the size in the key. + * Fixed to use the strict state monad, to avoid leaking all kinds of memory + due to lazy state update thunks when adding/fixing many files. -- Joey Hess <joeyh@debian.org> Tue, 24 Jan 2012 16:21:55 -0400 |