This commit is contained in:
Nick Mowen 2023-01-30 16:03:52 -07:00
parent 9e8765e779
commit 0dd0852550

View File

@ -343,7 +343,7 @@ class FrigateApp:
if available_shm < min_req_shm:
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: