From 9cfad87e3ba0ba91f6fc324d202af81a42ac76ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Mon, 15 Apr 2024 12:47:22 -0400 Subject: [PATCH] Mount frigate video cache into memory to avoid hard drive overheating and overuse (#2795) --- install/frigate-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/frigate-install.sh b/install/frigate-install.sh index 98141d85..85b07c87 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -106,6 +106,7 @@ cameras: EOF ln -sf /config/config.yml /opt/frigate/config/config.yml sed -i -e 's/^kvm:x:104:$/render:x:104:root,frigate/' -e 's/^render:x:105:root$/kvm:x:105:/' /etc/group +echo "tmpfs /tmp/cache tmpfs defaults 0 0" >> /etc/fstab msg_ok "Installed Frigate $RELEASE" msg_info "Installing Object Detection Models (Resilience)"