summaryrefslogtreecommitdiff
path: root/doc/bugs/S3_memory_leaks/comment_3_5e9cecb0e2ec7602963406779b6e3c1f._comment
blob: a7bb0265fe83039d33e15aa28da99eec3d3a485f (plain)
1
2
3
4
5
6
7
8
9
10
11
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`
"""]]