Skip to content

Commit

Permalink
[home] increased memory limit for frigate
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 13, 2024
1 parent b398ba0 commit a28b547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/home/frigate/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ spec:
resources:
requests:
cpu: 300m
memory: 512Mi
memory: 1Gi
limits:
cpu: 800m
memory: 2Gi
memory: 6Gi
volumeMounts:
- name: data
mountPath: /config
Expand Down

0 comments on commit a28b547

Please sign in to comment.