in reply to 🇨🇦Samuel Proulx🇨🇦

I can't put my finger on why, but this doesn't sound quite right. If you're syncing data down from a remote with the sync command, that's just a bulk download as many apps carry out. Why would your wider system delay I/O because of an expectation of some files being written to? And I didn't follow the "pretending to be a filesystem" bit.
in reply to 🇨🇦Samuel Proulx🇨🇦

That's what `rclone mount` does, not `rclone sync`. If you're using the latter, you can tweak it quite a bit, including telling it to sequence checks, transfers then deletions, instead of mixing them all together. If you're using the former to sync your files, I wouldn't. @ireneista
in reply to James Scholes

@jscholes@ireneista I'm using rclone sync to move a little over 900 gigs, of files between 20 kb and 5 mb in size. It's nowhere near maxing out CPU, bandwidth, or memory. But it brings the server to its knees anyway. Anything other than rclone that wants to do any IO takes multiple seconds.
⇧