From b7fdaa93aca0b58f22b823308fa8b5da7fbce998 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 14 Dec 2024 11:14:26 -0600 Subject: [PATCH] ci: Set resource requests/limits Use the whole node to prevent interference from other processes causing e.g. OOM conditions. --- ci/podTemplate.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index 3482526..ad7a4c7 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -16,5 +16,10 @@ spec: resources: limits: github.com/fuse: 1 + cpu: 6 + memory: 8G + requests: + cpu: 6 + memory: 8G tolerations: - key: du5t1n.me/jenkins