Skip to content

Commit 7bc9587

Browse files
authored
Correct value of AZCOPY_CONCURRENCY_VALUE
AzCopy selects a value between 4 and 300, not 3000: https://github.com/Azure/azure-storage-azcopy/blob/6fd9bdaff31affb319d4560cbf3fefa00ee6c104/ste/concurrency.go#L197-L211
1 parent 871d5db commit 7bc9587

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)