From 8472bb04d20a8549062784f7d2bc3e9c9b0467d2 Mon Sep 17 00:00:00 2001 From: Dan Mills Date: Fri, 7 Feb 2025 13:02:33 -0800 Subject: [PATCH] Increase memory limit to 200Mi --- deployments/multus-daemonset-crio.yml | 2 +- deployments/multus-daemonset-thick.yml | 2 +- deployments/multus-daemonset.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deployments/multus-daemonset-crio.yml b/deployments/multus-daemonset-crio.yml index 84d7b4029..3c1e94703 100644 --- a/deployments/multus-daemonset-crio.yml +++ b/deployments/multus-daemonset-crio.yml @@ -189,7 +189,7 @@ spec: resources: requests: cpu: "100m" - memory: "50Mi" + memory: "200Mi" limits: cpu: "100m" memory: "50Mi" diff --git a/deployments/multus-daemonset-thick.yml b/deployments/multus-daemonset-thick.yml index 1995a970b..014151742 100644 --- a/deployments/multus-daemonset-thick.yml +++ b/deployments/multus-daemonset-thick.yml @@ -159,7 +159,7 @@ spec: resources: requests: cpu: "100m" - memory: "50Mi" + memory: "200Mi" limits: cpu: "100m" memory: "50Mi" diff --git a/deployments/multus-daemonset.yml b/deployments/multus-daemonset.yml index 40fa51932..53fa8fdc0 100644 --- a/deployments/multus-daemonset.yml +++ b/deployments/multus-daemonset.yml @@ -188,7 +188,7 @@ spec: resources: requests: cpu: "100m" - memory: "50Mi" + memory: "200Mi" limits: cpu: "100m" memory: "50Mi"