Skip to content

Commit f3f38a8

Browse files
authored
Merge pull request #3177 from minrk/build-memory
2i2c: specify memory limit for builds
2 parents 14a2cc9 + 928dec9 commit f3f38a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/hetzner-2i2c.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ binderhub:
3838
# complicated: dind memory request + KubernetesBuildExecutor.memory_request * builds_per_node ~= node memory
3939
KubernetesBuildExecutor:
4040
memory_request: "2G"
41+
memory_limit: "4G"
4142
docker_host: /var/run/dind/docker.sock
4243
repo2docker_extra_args:
4344
# try to avoid timeout pushing to local registry

0 commit comments

Comments
 (0)