summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-19 16:31:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-19 16:31:35 -0400
commit4837176897ae5ade15b23de4999c370d3ac2ef3e (patch)
tree5f4f9b62d855a69e4ba2ca110b8fafa95143b1e9 /doc/bugs
parent030c7a056b0795adf037464d608da5170638f4ac (diff)
update on memory leak
Finished applying to S3 the change that fixed the memory leak in bup, but it didn't seem to help S3.. with encryption it still grows to 2x file size.
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/S3_memory_leaks.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bugs/S3_memory_leaks.mdwn b/doc/bugs/S3_memory_leaks.mdwn
index d7cae2933..f0522304c 100644
--- a/doc/bugs/S3_memory_leaks.mdwn
+++ b/doc/bugs/S3_memory_leaks.mdwn
@@ -2,6 +2,7 @@ S3 has two memory leaks.
One only occurs with encryption. It was was fixed for bup, but
not yet for S3, in 5985acdfad8a6791f0b2fc54a1e116cee9c12479.
+(The fix I used for bup doesn't seem to work with S3.)
The other occurs independant of encryption use. Copying a 100 mb
file to S3 causes an immediate sharp memory spike to 119 mb.