From dad9ca0bce31ade5044a0de4e0771a4d5544e4c7 Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Sat, 27 Jun 2026 16:10:54 +0300 Subject: [PATCH] matrix-t0rt1k: fix OOM kill on federation-sender MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - federation-sender: replicas 1→2, memory requests 192Mi→256Mi, limits 256Mi→512Mi - client-reader: memory limits 256Mi→512Mi Both pods were OOMKilled due to insufficient memory for federation workload. --- argocd/apps/matrix-t0rt1k.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/argocd/apps/matrix-t0rt1k.yaml b/argocd/apps/matrix-t0rt1k.yaml index f8af807..be40f33 100644 --- a/argocd/apps/matrix-t0rt1k.yaml +++ b/argocd/apps/matrix-t0rt1k.yaml @@ -52,12 +52,13 @@ spec: workers: federation-sender: enabled: true + replicas: 2 resources: requests: - memory: 192Mi + memory: 256Mi cpu: 50m limits: - memory: 256Mi + memory: 512Mi federation-reader: enabled: true resources: @@ -74,7 +75,7 @@ spec: memory: 128Mi cpu: 50m limits: - memory: 256Mi + memory: 512Mi initial-synchrotron: enabled: true resources: