mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 18:25: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"
|
||||
type="text"
|
||||
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" />
|
||||
</Button>
|
||||
@ -313,7 +313,7 @@ export default function System() {
|
||||
className="rounded-full"
|
||||
type="text"
|
||||
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" />
|
||||
</Button>
|
||||
@ -390,7 +390,7 @@ export default function System() {
|
||||
className="rounded-full"
|
||||
type="text"
|
||||
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" />
|
||||
</Button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user