Skip to content

Commit 27de4d9

Browse files
authored
Merge pull request #126890 from jca-ave/patch-1
Correct value of AZCOPY_CONCURRENCY_VALUE
2 parents f39a724 + 7bc9587 commit 27de4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/common/storage-use-azcopy-optimize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ File scans on some Linux systems don't execute fast enough to saturate all of th
8080

8181
You can increase throughput by setting the `AZCOPY_CONCURRENCY_VALUE` environment variable. This variable specifies the number of concurrent requests that can occur.
8282

83-
If your computer has fewer than 5 CPUs, then the value of this variable is set to `32`. Otherwise, the default value is equal to 16 multiplied by the number of CPUs. The maximum default value of this variable is `3000`, but you can manually set this value higher or lower.
83+
If your computer has fewer than 5 CPUs, then the value of this variable is set to `32`. Otherwise, the default value is equal to 16 multiplied by the number of CPUs. The maximum default value of this variable is `300`, but you can manually set this value higher or lower.
8484

8585
| Operating system | Command |
8686
|--------|-----------|

0 commit comments

Comments
 (0)