mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
docs: clearify buffer-size is per transfer/filehandle
This commit is contained in:
committed by
Nick Craig-Wood
parent
552eb8e06b
commit
6dc5aa7454
@@ -341,6 +341,10 @@ change the bwlimit dynamically:
|
||||
Use this sized buffer to speed up file transfers. Each `--transfer`
|
||||
will use this much memory for buffering.
|
||||
|
||||
When using `mount` or `cmount` each open file descriptor will use this much
|
||||
memory for buffering.
|
||||
See the [mount](/commands/rclone_mount/#file-buffering) documentation for more details.
|
||||
|
||||
Set to 0 to disable the buffering for the minimum memory usage.
|
||||
|
||||
### --checkers=N ###
|
||||
|
||||
Reference in New Issue
Block a user