mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Fix
This commit is contained in:
parent
0d8349fdd9
commit
9e8765e779
@ -341,7 +341,7 @@ class FrigateApp:
|
|||||||
1,
|
1,
|
||||||
)
|
)
|
||||||
|
|
||||||
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 {current_shm}MB is too small, recommend increasing it to at least {calculated_shm}MB."
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user