From 621879170854f6024c573e9d3942bd5c7d1aed51 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Mon, 8 Nov 2021 07:29:20 -0600 Subject: [PATCH] clarify shm in docs --- docs/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 48b4a6a50..e7be7ee58 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -84,7 +84,7 @@ Frigate utilizes shared memory to store frames during processing. The default `s The default shm-size of 64m is fine for setups with 2 or less 1080p cameras. If frigate is exiting with "Bus error" messages, it is likely because you have too many high resolution cameras and you need to specify a higher shm size. -You can calculate the necessary shm-size for each camera with the following formula: +You can calculate the necessary shm-size for each camera with the following formula using the resolution specified for detect: ``` (width * height * 1.5 * 9 + 270480)/1048576 =