Skip to content

Commit 96f3371

Browse files
committed
Raise the number of concurrent uploads dind can do
This was the cause of the build backups
1 parent e9d05d7 commit 96f3371

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)