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
I ran gsutil perfdiag from an instance on GCP to a bucket in GCP. First run was with 5 processes with 4 threads each and the second was 4 processes with 5 threads each, copying 20 largs objects (2GB).
Both in fan parallelism mode.
I get bad performance on the second experiment. Is it a bug in gsutil in process scope (lock? Connection pool?)
The text was updated successfully, but these errors were encountered:
I ran
gsutil perfdiag
from an instance on GCP to a bucket in GCP. First run was with 5 processes with 4 threads each and the second was 4 processes with 5 threads each, copying 20 largs objects (2GB).Both in
fan
parallelism mode.I get bad performance on the second experiment. Is it a bug in gsutil in process scope (lock? Connection pool?)
The text was updated successfully, but these errors were encountered: