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:
parent
3d065b94f9
commit
135883079c
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ spec:
|
|||
memory: "256Mi"
|
||||
cpu: "200m"
|
||||
limits:
|
||||
memory: "2Gi"
|
||||
memory: "3Gi"
|
||||
cpu: "2000m"
|
||||
nvidia.com/gpu: "1"
|
||||
livenessProbe:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue