Skip to content

Commit

Permalink
Merge pull request #3183 from yuvipanda/obj-2
Browse files Browse the repository at this point in the history
Raise the number of concurrent uploads dind can do
  • Loading branch information
yuvipanda authored Jan 22, 2025
2 parents 7d5333e + 96f3371 commit cd0c2c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/hetzner-2i2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ binderhub:
GOOGLE_APPLICATION_CREDENTIALS: /secrets/service-account.json

dind:
daemonset:
extraArgs:
# Increase limit from default of 5, as we have only one builder node
# But there are enough resources on the node to handle it
- --max-concurrent-uploads=32
resources:
requests:
cpu: "4"
Expand Down

0 comments on commit cd0c2c6

Please sign in to comment.