Tuning for max read-only performance

If I'm trying to tune rclone for a max read-only performance, and the backend is NFS folder so there are no API limits and stuff, what settings would you use?

I'm using those currently

  --no-modtime \
  --no-checksum \
  --dir-cache-time=168h \
  --vfs-cache-max-age=168h \ (I use full cache mode)
  --async-read=true \

Should I change --attr -timeout too? All external changes to this remote are picked up by manual rclone rc vfs/refresh action.

Is there anything else that can be done? I also usually run the rclone vfs/refresh after a reboot so I can put the entire folder in cache too

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