From 4940e909be9e0024a1b11840e9d8fe544724a144 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 10 Jul 2024 07:19:49 -0600 Subject: [PATCH] Restore condition --- frigate/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/app.py b/frigate/app.py index e185f0e44..c708d7dee 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -619,7 +619,7 @@ class FrigateApp: 1, ) - if True: + if available_shm < min_req_shm: logger.warning( f"The current SHM size of {available_shm}MB is too small, recommend increasing it to at least {round(min_req_shm)}MB." )