From 5d80bed65876745a791179d432e9f1491b776220 Mon Sep 17 00:00:00 2001 From: gerbigma <40384481+gerbigma@users.noreply.github.com> Date: Wed, 7 Sep 2022 09:56:58 +0200 Subject: [PATCH] Rise resource limit to 512Mi --- devspaces-operator/deploy/deployment/openshift/combined.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devspaces-operator/deploy/deployment/openshift/combined.yaml b/devspaces-operator/deploy/deployment/openshift/combined.yaml index 11d23cc4b0..478b9b00da 100644 --- a/devspaces-operator/deploy/deployment/openshift/combined.yaml +++ b/devspaces-operator/deploy/deployment/openshift/combined.yaml @@ -6055,7 +6055,7 @@ spec: resources: limits: cpu: 500m - memory: 256Mi + memory: 512Mi requests: cpu: 100m memory: 64Mi