diff --git a/frigate/app.py b/frigate/app.py index 14adf8010..95ffafb23 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -341,7 +341,7 @@ class FrigateApp: 1, ) - if calculated_shm < current_shm or True: + if calculated_shm < current_shm: logger.warning( f"The current SHM size of {current_shm}MB is too small, recommend increasing it to at least {calculated_shm}MB." )