2011-04-21 14:31:54 +00:00
|
|
|
S3 has memory leaks
|
2011-04-19 20:03:27 +00:00
|
|
|
|
2011-04-21 15:06:29 +00:00
|
|
|
Sending a file to S3 causes a slow memory increase toward the file size.
|
2011-04-19 21:56:56 +00:00
|
|
|
|
2011-04-21 15:06:29 +00:00
|
|
|
Copying the file back from S3 causes a slow memory increase toward the
|
|
|
|
file size.
|
2011-04-19 21:56:56 +00:00
|
|
|
|
2011-04-21 16:13:17 +00: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]]
|
2012-10-08 03:10:28 +00:00
|
|
|
|
|
|
|
At least the send leak should be fixed by the patch in the s3-memory-leak
|
|
|
|
branch in git. That needs a patch to hS3, which I have sent to its author.
|
|
|
|
--[[Joey]]
|