Skip to content

Commit 2b4dbd9

Browse files
authored
Merge pull request #1823 from lsst-it/IT-5635/s3nd-cp-pace-4gi
(site/cp/cluster/lsstcam-ccs) change sdfembs3-lsstcam-s3nd pace to 4Gi
2 parents ddda68c + 15d6753 commit 2b4dbd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hieradata/site/cp/cluster/lsstcam-ccs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ s3daemon::instances:
4444
S3ND_PORT: 15581
4545
S3ND_HOST: "" # allow connections from other nodes for testing
4646
S3ND_QUEUE_TIMEOUT: "15s"
47-
S3ND_UPLOAD_BWLIMIT: "3Gi"
47+
S3ND_UPLOAD_BWLIMIT: "4Gi"
4848
S3ND_UPLOAD_MAX_PARALLEL: "27"
4949
S3ND_UPLOAD_PARTSIZE: "100Mi"
5050
S3ND_UPLOAD_TIMEOUT: "4s"

spec/support/spec/lsstcam.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
'S3ND_PORT' => 15_581,
6464
'S3ND_HOST' => '',
6565
'S3ND_QUEUE_TIMEOUT' => '15s',
66-
'S3ND_UPLOAD_BWLIMIT' => '3Gi',
66+
'S3ND_UPLOAD_BWLIMIT' => '4Gi',
6767
'S3ND_UPLOAD_MAX_PARALLEL' => '27',
6868
'S3ND_UPLOAD_PARTSIZE' => '100Mi',
6969
'S3ND_UPLOAD_TIMEOUT' => '4s',
@@ -99,7 +99,7 @@
9999
'S3ND_PORT' => 15_591,
100100
'S3ND_HOST' => '',
101101
'S3ND_QUEUE_TIMEOUT' => '15s',
102-
'S3ND_UPLOAD_BWLIMIT' => '3Gi',
102+
'S3ND_UPLOAD_BWLIMIT' => '4Gi',
103103
'S3ND_UPLOAD_MAX_PARALLEL' => '27',
104104
'S3ND_UPLOAD_PARTSIZE' => '100Mi',
105105
'S3ND_UPLOAD_TIMEOUT' => '4s',

0 commit comments

Comments
 (0)