Rclone cmount silently stops

My understanding (which may be wrong) is that the kernel kills the process at this point.

That agrees with my understanding. Rclone gets killed off when it reaches that wakeups/second limit. However wakeups / s are entirely due to the users of the mount not rclone itself.

I can't see anything obvious in the logs.

A

What I'd really like to know is why did rclone die. This should be at the end of the log file.

I made a test binary with a new flag --mount-tpslimit - can you try it with --mount-tpslimit 100 and see if that works. If it doesn't then halve it until it does. This might slow things down a lot but hopefully it will stop rclone waking up too much.

Ideally we want to opt rclone out of the wakeup protection, but I don't know how to do that - any ideas gratefully received!

v1.55.0-beta.5156.cbe049b52.fix-macos-mounttps on branch fix-macos-mounttps (uploaded in 15-30 mins)

1 Like