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

This commit is contained in:
albertony
2025-07-21 20:23:16 +02:00
parent 7a0d5ab0b4
commit 2c369aedf5
+2 -2
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.