File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ binderhub:
4040 # complicated: dind memory request + KubernetesBuildExecutor.memory_request * builds_per_node ~= node memory
4141 KubernetesBuildExecutor :
4242 memory_request : " 2G"
43+ memory_limit : " 4G"
4344 docker_host : /var/run/dind/docker.sock
4445 repo2docker_extra_args :
4546 # try to avoid timeout pushing to local registry
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ binderhub:
4040 # complicated: dind memory request + KubernetesBuildExecutor.memory_request * builds_per_node ~= node memory
4141 KubernetesBuildExecutor :
4242 memory_request : " 2G"
43+ memory_limit : " 4G"
4344 docker_host : /var/run/dind/docker.sock
4445 repo2docker_extra_args :
4546 # try to avoid timeout pushing to local registry
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ binderhub:
1010 badge_base_url : https://staging.mybinder.org
1111 image_prefix : us-central1-docker.pkg.dev/binderhub-288415/staging/r2d-2023-04-
1212 sticky_builds : true
13+ build_memory_limit : " 2G"
1314 DockerRegistry :
1415 token_url : " https://us-central1-docker.pkg.dev/v2/token"
1516
Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ binderhub:
218218 }
219219 KubernetesBuildExecutor :
220220 build_image : quay.io/jupyterhub/repo2docker:2024.07.0-68.gdd097a2
221+ memory_limit : " 3G"
221222 memory_request : " 1G"
222223
223224 extraConfig :
You can’t perform that action at this time.
0 commit comments