Skip to content

Commit

Permalink
Merge pull request #3177 from minrk/build-memory
Browse files Browse the repository at this point in the history
2i2c: specify memory limit for builds
  • Loading branch information
minrk authored Jan 21, 2025
2 parents 14a2cc9 + 928dec9 commit f3f38a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/hetzner-2i2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ binderhub:
# complicated: dind memory request + KubernetesBuildExecutor.memory_request * builds_per_node ~= node memory
KubernetesBuildExecutor:
memory_request: "2G"
memory_limit: "4G"
docker_host: /var/run/dind/docker.sock
repo2docker_extra_args:
# try to avoid timeout pushing to local registry
Expand Down

0 comments on commit f3f38a8

Please sign in to comment.