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 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-03 13:57:15 -08:00
commit 135883079c

View file

@ -61,7 +61,7 @@ spec:
memory: "256Mi"
cpu: "200m"
limits:
memory: "2Gi"
memory: "3Gi"
cpu: "2000m"
nvidia.com/gpu: "1"
livenessProbe: