From a28b547d34611338ad45bd9a9d5d01af1663c39c Mon Sep 17 00:00:00 2001 From: gruberdev Date: Tue, 13 Feb 2024 16:45:51 -0300 Subject: [PATCH] [home] increased memory limit for frigate --- apps/home/frigate/base/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/home/frigate/base/deployment.yaml b/apps/home/frigate/base/deployment.yaml index 1f922a4c6..caa965381 100644 --- a/apps/home/frigate/base/deployment.yaml +++ b/apps/home/frigate/base/deployment.yaml @@ -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