From 135883079ccc46df39c76f9b858833a9960c0208 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 3 Mar 2026 13:57:15 -0800 Subject: [PATCH] Bump frigate memory limit from 2Gi to 3Gi ONNX detector + CUDA ffmpeg + workers consume ~1.9Gi at steady state, causing intermittent OOMKills at the 2Gi limit. Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/frigate/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/manifests/frigate/deployment.yaml b/argocd/manifests/frigate/deployment.yaml index 77ac007..14a799c 100644 --- a/argocd/manifests/frigate/deployment.yaml +++ b/argocd/manifests/frigate/deployment.yaml @@ -61,7 +61,7 @@ spec: memory: "256Mi" cpu: "200m" limits: - memory: "2Gi" + memory: "3Gi" cpu: "2000m" nvidia.com/gpu: "1" livenessProbe: