rclone_upload chunk variables may want adding to the config section
Opened this issue · 0 comments
Aterfax commented
The following parts of the upload script may warrant being added as variables to the config sections - the choice in chunk size will affect the RAM usage which may be problematic on low RAM machines as rclone will fail due to running out.
It is probably also worth investigating what changing this setting will do to RAM consumption.
--buffer-size 128M \
--drive-chunk-size 128M \