Rclone Mount Problem

It’s working, I’ll wait to see if there are no more erros. Thank you.

Before Rclone fails, that’s what it appeared. I have 30GB of memory.
Rclone log.

Looks like you ran out of memory based on the error.

Based on your config:

--buffer-size=1G \

rclone uses 1GB per file it has open so you had a lot of files open I would surmise and ran out of memory.

You’d probably want to turn that down if you are going to have a lot of files opened.

1 Like

How much do you recommend?

You’d need to do some math and get an idea of how many open files you’d expect to have open a time and make sure you have enough memory.

You could try with making it something much smaller like 128M and see how that works out. If it still runs out of memory, you’d have to go further down.

1 Like