Skip to content

Commit aa6c06c

Browse files
committed
Increase the amount of resources dind has
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.
1 parent 89c67f2 commit aa6c06c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/hetzner-2i2c.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ binderhub:
6868
dind:
6969
resources:
7070
requests:
71-
cpu: "2"
71+
cpu: "4"
7272
memory: 12Gi
7373
limits:
74-
cpu: "6"
75-
memory: 12Gi
74+
cpu: "8"
75+
memory: 16Gi
7676

7777
ingress:
7878
hosts:

0 commit comments

Comments
 (0)