fix: add perfmon to frigate container
This commit is contained in:
parent
2684ec9b75
commit
ba09656909
1 changed files with 1 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ in
|
||||||
"--shm-size=512m"
|
"--shm-size=512m"
|
||||||
"--mount=type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000"
|
"--mount=type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000"
|
||||||
"--device=/dev/dri/renderD128:/dev/dri/renderD128"
|
"--device=/dev/dri/renderD128:/dev/dri/renderD128"
|
||||||
|
"--cap-add=CAP_PERFMON"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue