File tree 4 files changed +2
-13
lines changed
4 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,7 @@ binderhub:
35
35
image_prefix : registry.2i2c-bare.mybinder.org/i-
36
36
# image_prefix: quay.io/mybinder-hetzner-2i2c/image-
37
37
# build_docker_host: /var/run/dind/docker.sock
38
- # TODO: we should have CPU requests, too
39
- # use this to limit the number of builds per node
40
- # complicated: dind memory request + KubernetesBuildExecutor.memory_request * builds_per_node ~= node memory
41
38
KubernetesBuildExecutor :
42
- memory_request : " 2G"
43
- memory_limit : " 4G"
44
39
docker_host : /var/run/dind/docker.sock
45
40
repo2docker_extra_args :
46
41
# try to avoid timeout pushing to local registry
Original file line number Diff line number Diff line change @@ -35,12 +35,7 @@ binderhub:
35
35
image_prefix : registry.2i2c.mybinder.org/i-
36
36
# image_prefix: quay.io/mybinder-hetzner-2i2c/image-
37
37
# build_docker_host: /var/run/dind/docker.sock
38
- # TODO: we should have CPU requests, too
39
- # use this to limit the number of builds per node
40
- # complicated: dind memory request + KubernetesBuildExecutor.memory_request * builds_per_node ~= node memory
41
38
KubernetesBuildExecutor :
42
- memory_request : " 2G"
43
- memory_limit : " 4G"
44
39
docker_host : /var/run/dind/docker.sock
45
40
repo2docker_extra_args :
46
41
# try to avoid timeout pushing to local registry
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ 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"
14
13
DockerRegistry :
15
14
token_url : " https://us-central1-docker.pkg.dev/v2/token"
16
15
Original file line number Diff line number Diff line change @@ -218,8 +218,8 @@ binderhub:
218
218
}
219
219
KubernetesBuildExecutor :
220
220
build_image : quay.io/jupyterhub/repo2docker:2024.07.0-68.gdd097a2
221
- memory_limit : " 3G "
222
- memory_request : " 1G "
221
+ memory_limit : " 6G "
222
+ memory_request : " 2G "
223
223
224
224
extraConfig :
225
225
# Send Events to StackDriver on Google Cloud
You can’t perform that action at this time.
0 commit comments