Skip to content

Commit cd0c2c6

Browse files
authored
Merge pull request #3183 from yuvipanda/obj-2
Raise the number of concurrent uploads dind can do
2 parents 7d5333e + 96f3371 commit cd0c2c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/hetzner-2i2c.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ binderhub:
6666
GOOGLE_APPLICATION_CREDENTIALS: /secrets/service-account.json
6767

6868
dind:
69+
daemonset:
70+
extraArgs:
71+
# Increase limit from default of 5, as we have only one builder node
72+
# But there are enough resources on the node to handle it
73+
- --max-concurrent-uploads=32
6974
resources:
7075
requests:
7176
cpu: "4"

0 commit comments

Comments
 (0)