From fc1b17776a6432b90a6cea5c316ed59fc5ebf8b1 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 8 Nov 2025 06:51:57 -0700 Subject: [PATCH] Adjust section separation --- docs/docs/frigate/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index cbd75e75e..ce8a28b13 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -94,6 +94,10 @@ $ python -c 'print("{:.2f}MB".format(((1280 * 720 * 1.5 * 20 + 270480) / 1048576 The shm size cannot be set per container for Home Assistant add-ons. However, this is probably not required since by default Home Assistant Supervisor allocates `/dev/shm` with half the size of your total memory. If your machine has 8GB of memory, chances are that Frigate will have access to up to 4GB without any additional configuration. +## Extra Steps for Specific Hardware + +The following sections contain additional setup steps that are only required if you are using specific hardware. If you are not using any of these hardware types, you can skip to the [Docker](#docker) installation section. + ### Raspberry Pi 3/4 By default, the Raspberry Pi limits the amount of memory available to the GPU. In order to use ffmpeg hardware acceleration, you must increase the available memory by setting `gpu_mem` to the maximum recommended value in `config.txt` as described in the [official docs](https://www.raspberrypi.org/documentation/computers/config_txt.html#memory-options).