From ab94ff7f60124725e89e4a1e1f555099aeac5970 Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Mon, 25 Mar 2024 07:27:19 -0400 Subject: [PATCH] Fix tracecompass-test-pod.yaml memory allocation Signed-off-by: Bernd Hufmann --- jenkins/pod-templates/tracecompass-test-pod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/pod-templates/tracecompass-test-pod.yaml b/jenkins/pod-templates/tracecompass-test-pod.yaml index d67c858..417aef5 100644 --- a/jenkins/pod-templates/tracecompass-test-pod.yaml +++ b/jenkins/pod-templates/tracecompass-test-pod.yaml @@ -13,7 +13,7 @@ spec: memory: "6Gi" cpu: "2000m" limits: - memory: "5Gi" + memory: "6Gi" cpu: "2000m" volumeMounts: - name: settings-xml