diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-08-02 23:08:44 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-08-02 23:08:44 +0000 |
commit | 7f2ae7b79d2a61848090fe3ac7be67913ac364e2 (patch) | |
tree | d4d82f109c5620652185a9665e6da5ef9c5c5a9f /doc/bugs | |
parent | 08fff19ec1ac464c51c3855198402c8f0ce78058 (diff) |
Added a comment
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/S3_memory_leaks/comment_3_5e9cecb0e2ec7602963406779b6e3c1f._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/S3_memory_leaks/comment_3_5e9cecb0e2ec7602963406779b6e3c1f._comment b/doc/bugs/S3_memory_leaks/comment_3_5e9cecb0e2ec7602963406779b6e3c1f._comment new file mode 100644 index 000000000..a7bb0265f --- /dev/null +++ b/doc/bugs/S3_memory_leaks/comment_3_5e9cecb0e2ec7602963406779b6e3c1f._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.112" + subject="comment 3" + date="2014-08-02T23:08:44Z" + content=""" +hS3's author seems to have abandoned it and it has other problems. I should try to switch to a different S3 library. + +There is now a workaround; S3 special remotes can be configured to use [[chunking]]. A max of one chunk will then be buffered in memory at a time. + +For example, to reconfigure an existing mys3 remote: `enableremote mys3 chunk=1MiB` +"""]] |