From 84eda0301f1af749fa8fb1aafd925b256a10c2bd Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 7 Apr 2026 15:39:29 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20authentik=20worker=20memory=20limit=201G?= =?UTF-8?q?i=20=E2=86=92=202Gi=20(OOMKilled=20after=20ringtail=20restart)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Worker forks 4 Dramatiq processes each loading the full Django app (~250MB each), hitting the 1Gi limit on startup. Ringtail has ample RAM headroom. Co-Authored-By: Claude Opus 4.6 (1M context) --- argocd/manifests/authentik/deployment-worker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/manifests/authentik/deployment-worker.yaml b/argocd/manifests/authentik/deployment-worker.yaml index ed8a753..5fe473e 100644 --- a/argocd/manifests/authentik/deployment-worker.yaml +++ b/argocd/manifests/authentik/deployment-worker.yaml @@ -91,10 +91,10 @@ spec: readOnly: true resources: requests: - memory: "256Mi" + memory: "512Mi" cpu: "100m" limits: - memory: "1Gi" + memory: "2Gi" cpu: "1000m" volumes: - name: blueprints