VFS Cache Handling

update to 1.55.0 fixed it.

I've tested all of my scenarios: reboots, stopping the rclone service, and restarting the rclone service.

VFS works very well in conjunction with bw limiting, the crucial bit being able to set up and down speeds independently.

Setting transfers to 1 seemed the best way to make sure I have a the highest success rate, in case rclone get interrupted for any reason. If an upload is interrupted at 99%, only that one file is affected on the next rclone start. Otherwise, using the default transfers=4 would mean 4 files would need to restart.

Pretty happy with this and it will be replacing mergerfs. Also, I can see a bit of improvement in RAM with --use-mmap, as it's a bit more aggressive with files aging out and getting dumped from RAM.

1 Like

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