Skip to content

Commit 8b5b823

Browse files
[CI] Adjust memory limits and requests
This patch bumps some memory limits/requests to more reasonable values. I'm suspecting that these limits might be causing processes to get killed prematurely, but I'm not entirely sure.
1 parent 3e957b2 commit 8b5b823

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

premerge/linux_container_pod_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
# It's not used for scheduling, but can be used by k8 for OOM kill.
2121
requests:
2222
cpu: "100m"
23-
memory: "25Gi"
23+
memory: "230Gi"
2424
limits:
2525
cpu: 64
2626
memory: "256Gi"

premerge/linux_runners_values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ template:
4848
# OOM killed.
4949
requests:
5050
cpu: 55
51-
memory: "2Gi"
51+
memory: "8Gi"
5252
limits:
5353
cpu: 64
54-
memory: "2Gi"
54+
memory: "8Gi"
5555
env:
5656
- name: ACTIONS_RUNNER_CONTAINER_HOOKS
5757
value: /home/runner/k8s/index.js

0 commit comments

Comments
 (0)