Copying data to a SFTP remote via rclone mount commant, takes 100% of cpu usage. It breaks everything else in the server. The main usecase for me is to transfer big video files (10-20GB) from this SFTP remote to my Onedrive remote.
The onedrive remote sometimes has high cpu usage but it doesn't go over 50%.
My server is highly performant.
is there any config I can add or remove which would make it use less cpu?
Run the command 'rclone version' and share the full output of the command.
Not sure if I get your point. These are 2 different things. I cannot mount with Filezilla.
This setup was working fine before I deleted the rclone mount command for SFTP and I cannot remember how I had it. It worked fine. Maybe the dev can provide some feedback on which parameters might increase the cpu usage.
correct. But you can use FileZilla to e.g. download one of this big files. If it also gets 100%+ CPU usage then problem is not with rclone/mount but with SFTP performance in your specific configuration. If not then it indeed can be rclone issue.
This is on an ubuntu server. I cannot use Filezilla. Also I believe even if I could, Filezilla is doing a simple download. I don't think it would give any feedback.
I will try your other recommentation and report back.