Rclone sync memory usage at full

What is the problem you are having with rclone?

Hi everyone, Iam a newbie to rclone.
I wanted to create a data eating code using python and rclone commands
What i wanted was to download a file delete it after wards downloading
I used

rclone sync gdrive:Docs /roots/Downloads --delete-after

I ran it with crontab using a while True: loop
which will run for an hour.

After an hour my rasperry pi 2gb hangs which cpu at 97% and memory at 1.85/2gb

Whats happening, i cant kill rclone too

Run the command 'rclone version' and share the full output of the command.

rclone v1.58.0

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)

The rclone config contents with secrets removed.

[gdrive]
scope=drive
teamdrive=

A log from the command with the -vv flag

Try setting --transfers 1 and --checkers 1 to make rclone use less memory.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.