1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-10 12:33:46 +00:00

docs: fix markdownlint issue md037/no-space-in-emphasis

This commit is contained in:
albertony
2025-07-10 14:03:30 +02:00
parent 7a0d5ab0b4
commit 2c369aedf5

View File

@@ -1979,9 +1979,9 @@ if `--vfs-cache-mode` is set to `writes` or above.
Most multi-thread transfers do not take additional memory, but some do
(for example uploading to s3). In the worst case memory usage can be
at maximum `--transfers` * `--multi-thread-chunk-size` *
at maximum `--transfers` \* `--multi-thread-chunk-size` \*
`--multi-thread-streams` or specifically for the s3 backend
`--transfers` * `--s3-chunk-size` * `--s3-concurrency`. However you
`--transfers` \* `--s3-chunk-size` \* `--s3-concurrency`. However you
can use the the [--max-buffer-memory](/docs/#max-buffer-memory) flag
to control the maximum memory used here.