diff --git a/frigate/app.py b/frigate/app.py index 1c429c334..dd1dcc014 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -341,7 +341,7 @@ class FrigateApp: 1, ) - if available_shm < min_req_shm + 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." )