From: Andreas Geissler Date: Thu, 8 May 2025 13:19:16 +0000 (+0200) Subject: [SO] Increase Memory limits of CNF Adapter X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b87c2576534ef4d30c20bd4c54549ffdc639c8e6;p=oom.git [SO] Increase Memory limits of CNF Adapter In Small flavor deployment the pod gets OOMKilled Issue-ID: OOM-3332 Change-Id: I601da6b9c493e89fc70d9fbfbf108a6dd85d0676 Signed-off-by: Andreas Geissler --- diff --git a/kubernetes/so/components/so-cnf-adapter/values.yaml b/kubernetes/so/components/so-cnf-adapter/values.yaml index 5befddc462..25068f940d 100755 --- a/kubernetes/so/components/so-cnf-adapter/values.yaml +++ b/kubernetes/so/components/so-cnf-adapter/values.yaml @@ -132,17 +132,17 @@ resources: small: limits: cpu: "1" - memory: "1.5Gi" + memory: "2Gi" requests: cpu: "0.5" - memory: "1.5Gi" + memory: "2Gi" large: limits: cpu: "2" - memory: "2Gi" + memory: "3Gi" requests: cpu: "1" - memory: "2Gi" + memory: "3Gi" unlimited: {} livenessProbe: path: /manage/health