What is the problem you are having with rclone?
Synology RAM cache is full over time and then plex is unresponsive. Goes 16gb RAM cached and only 156mb RAM free. I just want to know the best settings for streaming and not using too much RAM.
Run the command 'rclone version' and share the full output of the command.
rclone v1.61.1
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
sudo /usr/bin/rclone mount --allow-other --vfs-cache-max-size 500G --dir-cache-time 5m --vfs-cache-max-age 15m --vfs-cache-poll-interval 1m --vfs-read-ahead 2G --bwlimit-file 32M --rc-no-auth --drive-pacer-burst 200 --config=/root/.config/rclone/rclone.conf --vfs-cache-max-age 5000h --vfs-read-chunk-size=64M --vfs-read-chunk-size-limit=2048M --user-agent=NAS --cache-dir /volume1/rclone/cache --drive-pacer-min-sleep 0s --cache-db-path /volume1/rclone/db --log-level NOTICE --log-file="/volume1/rclone/log/rclone-cache-$NOW.txt" gdrive: /volume1/gdrive &
The rclone config contents with secrets removed.
sudo /usr/bin/rclone mount
--allow-other /
--vfs-cache-max-size 500G /
--dir-cache-time 5m /
--vfs-cache-max-age 15m /
--vfs-cache-poll-interval 1m /
--vfs-read-ahead 2G /
--bwlimit-file 32M /
--rc-no-auth /
--drive-pacer-burst 200 /
--config=/root/.config/rclone/rclone.conf /
--vfs-cache-max-age 5000h /
--vfs-read-chunk-size=64M /
--vfs-read-chunk-size-limit=2048M /
--user-agent=NAS /
--cache-dir /volume1/rclone/cache /
--drive-pacer-min-sleep 0s /
--cache-db-path /volume1/rclone/db /
--log-level NOTICE /
--log-file="/volume1/rclone/log/rclone-cache-$NOW.txt" /
gdrive: /volume1/gdrive &