BinsonBuzz / unraid_rclone_mount

scripts to create rclone mounts on gdrive
288 stars 71 forks source link

rclone_upload chunk variables may want adding to the config section #26

Open Aterfax opened 3 years ago

Aterfax commented 3 years ago

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 \