summaryrefslogtreecommitdiff
path: root/doc/bugs/S3_memory_leaks.mdwn
blob: f612de396011be7c6f63c50ddf3cf82b440e0600 (plain)
1
2
3
4
5
6
7
8
9
10
S3 has memory leaks

Sending a file to S3 causes a slow memory increase toward the file size.

Copying the file back from S3 causes a slow memory increase toward the
file size.

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]]