mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 02:35:22 +03:00
Specify single CPU core
This commit is contained in:
parent
be2dd253c3
commit
64fd3be50f
@ -215,7 +215,7 @@ export default function System() {
|
|||||||
className="rounded-full"
|
className="rounded-full"
|
||||||
type="text"
|
type="text"
|
||||||
color="gray"
|
color="gray"
|
||||||
aria-label="Momentary resource usage of each process that is controlling the object detector. "
|
aria-label="Momentary resource usage of each process that is controlling the object detector. CPU % is for a single core."
|
||||||
>
|
>
|
||||||
<About className="w-5" />
|
<About className="w-5" />
|
||||||
</Button>
|
</Button>
|
||||||
@ -313,7 +313,7 @@ export default function System() {
|
|||||||
className="rounded-full"
|
className="rounded-full"
|
||||||
type="text"
|
type="text"
|
||||||
color="gray"
|
color="gray"
|
||||||
aria-label="Momentary resource usage of each process interacting with the camera stream."
|
aria-label="Momentary resource usage of each process interacting with the camera stream. CPU % is for a single core."
|
||||||
>
|
>
|
||||||
<About className="w-5" />
|
<About className="w-5" />
|
||||||
</Button>
|
</Button>
|
||||||
@ -390,7 +390,7 @@ export default function System() {
|
|||||||
className="rounded-full"
|
className="rounded-full"
|
||||||
type="text"
|
type="text"
|
||||||
color="gray"
|
color="gray"
|
||||||
aria-label="Momentary resource usage for other important processes."
|
aria-label="Momentary resource usage for other important processes. CPU % is for a single core."
|
||||||
>
|
>
|
||||||
<About className="w-5" />
|
<About className="w-5" />
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user