File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ binderhub:
40
40
# complicated: dind memory request + KubernetesBuildExecutor.memory_request * builds_per_node ~= node memory
41
41
KubernetesBuildExecutor :
42
42
memory_request : " 2G"
43
+ memory_limit : " 4G"
43
44
docker_host : /var/run/dind/docker.sock
44
45
repo2docker_extra_args :
45
46
# try to avoid timeout pushing to local registry
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ binderhub:
40
40
# complicated: dind memory request + KubernetesBuildExecutor.memory_request * builds_per_node ~= node memory
41
41
KubernetesBuildExecutor :
42
42
memory_request : " 2G"
43
+ memory_limit : " 4G"
43
44
docker_host : /var/run/dind/docker.sock
44
45
repo2docker_extra_args :
45
46
# try to avoid timeout pushing to local registry
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ binderhub:
10
10
badge_base_url : https://staging.mybinder.org
11
11
image_prefix : us-central1-docker.pkg.dev/binderhub-288415/staging/r2d-2023-04-
12
12
sticky_builds : true
13
+ build_memory_limit : " 2G"
13
14
DockerRegistry :
14
15
token_url : " https://us-central1-docker.pkg.dev/v2/token"
15
16
Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ binderhub:
218
218
}
219
219
KubernetesBuildExecutor :
220
220
build_image : quay.io/jupyterhub/repo2docker:2024.07.0-68.gdd097a2
221
+ memory_limit : " 3G"
221
222
memory_request : " 1G"
222
223
223
224
extraConfig :
You can’t perform that action at this time.
0 commit comments