I have been fighting with setting up google-drive rclone via docker for the past couple of days and I finally got it to work but i would appreciate a 2nd pair of eyes in case i am doing something blatantly stupid. Here is my docker-compose, any tips welcome.
--checkers has no effect on the VFS --cache-db-purge is for remote you are not using and it is deprecated --transfers=50 is for sure far too high
you have --buffer-size=128M and --buffer-size 1249M
rest I suspect are random too... without any deeper logic:)
My advice is to use default values unless you have very specific requirements.
Maybe only --tpslimit makes sense to prevent throttling
Ok maybe it is needed then with docker.. I am not 100% sure myself.
With the rest - I use default values myself for most of my projects. Unless I have to fix specific issues I do not use any custom flags beyond basics for mount - cache mode/size/logging - that's it.