From: Grant Slater Date: Thu, 28 Sep 2023 14:42:36 +0000 (+0100) Subject: Tune s3 upload speed and concurrency X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e3fa759f61647e6000db79153ec84001e8cf5a97 Tune s3 upload speed and concurrency --- diff --git a/cookbooks/planet/templates/default/aws-config.erb b/cookbooks/planet/templates/default/aws-config.erb index d62dcdad9..5f0a8c01d 100644 --- a/cookbooks/planet/templates/default/aws-config.erb +++ b/cookbooks/planet/templates/default/aws-config.erb @@ -4,5 +4,5 @@ region = eu-central-1 [profile osm-pds-upload] region = eu-central-1 s3 = - max_bandwidth = 75MB/s - max_concurrent_requests = 512 + max_bandwidth = 100MB/s + max_concurrent_requests = 256