From b64337748ae744b9422fa9c3d6019126b3bbcc55 Mon Sep 17 00:00:00 2001 From: Robert Kolchmeyer Date: Mon, 4 May 2026 12:44:18 -0700 Subject: [PATCH] cos-disable-algif-aead: increase memory request We've seen cases of this request not being enough for runc to start a container. --- disable-algif-aead/cos-disable-algif-aead.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disable-algif-aead/cos-disable-algif-aead.yaml b/disable-algif-aead/cos-disable-algif-aead.yaml index 0f3ed33..9faf188 100644 --- a/disable-algif-aead/cos-disable-algif-aead.yaml +++ b/disable-algif-aead/cos-disable-algif-aead.yaml @@ -46,7 +46,7 @@ spec: privileged: true resources: requests: - memory: 5Mi + memory: 15Mi cpu: 5m volumeMounts: - name: host