mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 10:15:22 +03:00
fix log
This commit is contained in:
parent
9e8765e779
commit
0dd0852550
@ -343,7 +343,7 @@ class FrigateApp:
|
|||||||
|
|
||||||
if available_shm < min_req_shm:
|
if available_shm < min_req_shm:
|
||||||
logger.warning(
|
logger.warning(
|
||||||
f"The current SHM size of {current_shm}MB is too small, recommend increasing it to at least {calculated_shm}MB."
|
f"The current SHM size of {available_shm}MB is too small, recommend increasing it to at least {min_req_shm}MB."
|
||||||
)
|
)
|
||||||
|
|
||||||
def start(self) -> None:
|
def start(self) -> None:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user