You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
calculate upload_concurrency as round(sqrt(MAX_CPU/2) only for remote storage type which supports SDK level concurrency for one upload stream and calculate it as MAX_CPU/2 for storage which not support SDK level concurrency
always calculate download_concurrency as MAX_CPU/2
calculate SDK level concurrency as upload_concurrency + 1
decrease max_parts_count for storage types which available this option from 10000 to 5000 by default
The text was updated successfully, but these errors were encountered:
upload_concurrency
asround(sqrt(MAX_CPU/2)
only for remote storage type which supports SDK level concurrency for one upload stream and calculate it asMAX_CPU/2
for storage which not support SDK level concurrencydownload_concurrency
asMAX_CPU/2
upload_concurrency + 1
max_parts_count
for storage types which available this option from 10000 to 5000 by defaultThe text was updated successfully, but these errors were encountered: