Add tmpfs mount for /tmp/cache of 4GB in frigate
This commit is contained in:
parent
aa39640f0a
commit
53ec023010
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue