Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.

Commit d8ba17f

Browse files
committed
Increase required disk to 90GiB
1 parent 40476b8 commit d8ba17f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

container/k8s.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,9 @@ def provision_runner(jit_config, runner_name, k8s_image, k8s_pool, entity_id, en
6969
{"name": "RUNNER_JITCONFIG", "value": jit_config},
7070
],
7171
"resources": {
72-
"requests": {
73-
"riseproject.com/runner": "1",
74-
"ephemeral-storage": "40Gi", # Request disk usage of at least 40GiB
75-
},
7672
"limits": {
7773
"riseproject.com/runner": "1",
78-
"ephemeral-storage": "90Gi", # Limit disk usage to 90GiB
74+
"ephemeral-storage": "90Gi",
7975
},
8076
}
8177
},

0 commit comments

Comments
 (0)