From ee8f1ba672b921018129c00a57fec22777cb2250 Mon Sep 17 00:00:00 2001 From: thegentlemanphysicist Date: Wed, 28 Aug 2024 08:41:26 -0700 Subject: [PATCH] chore: bump memory limit of runner (#375) --- k6/k6-runner/openshift/k6/dc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k6/k6-runner/openshift/k6/dc.yaml b/k6/k6-runner/openshift/k6/dc.yaml index c1ba5dd2..a6ce56a8 100644 --- a/k6/k6-runner/openshift/k6/dc.yaml +++ b/k6/k6-runner/openshift/k6/dc.yaml @@ -29,7 +29,7 @@ objects: resources: limits: cpu: 2 - memory: 2Gi + memory: 5Gi requests: cpu: 500m memory: 500Mi