Skip to content

Commit

Permalink
Increase the amount of resources dind has
Browse files Browse the repository at this point in the history
As this is a new member, there's gonna be a lot of builds to
start with. Let's support that with higher resource limits.
  • Loading branch information
yuvipanda committed Jan 22, 2025
1 parent 89c67f2 commit aa6c06c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/hetzner-2i2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ binderhub:
dind:
resources:
requests:
cpu: "2"
cpu: "4"
memory: 12Gi
limits:
cpu: "6"
memory: 12Gi
cpu: "8"
memory: 16Gi

ingress:
hosts:
Expand Down

0 comments on commit aa6c06c

Please sign in to comment.