git-annex/doc/bugs/S3_memory_leaks.mdwn

11 lines
384 B
Text
Raw Normal View History

S3 has memory leaks
2011-04-19 16:03:27 -04:00
Sending a file to S3 causes a slow memory increase toward the file size.
2011-04-19 17:56:56 -04:00
Copying the file back from S3 causes a slow memory increase toward the
file size.
2011-04-19 17:56:56 -04:00
2011-04-21 12:13:17 -04:00
The author of hS3 is aware of the problem, and working on it. I think I
have identified the root cause of the buffering; it's done by hS3 so it can
resend the data if S3 sends it a 307 redirect. --[[Joey]]