Add tmpfs mount for /tmp/cache of 4GB in frigate

This commit is contained in:
Stefan Kempinger 2026-01-23 20:36:27 +01:00
parent aa39640f0a
commit 53ec023010

View file

@ -347,6 +347,7 @@
"--shm-size=512m" "--shm-size=512m"
"--network=host" "--network=host"
"--privileged" "--privileged"
"--mount=type=tmpfs,target=/tmp/cache,tmpfs-size=4000000000"
]; ];
}; };
containers.netflow2ng = { containers.netflow2ng = {