feat: increase shared memory

This commit is contained in:
2026-02-08 13:34:12 +00:00
parent 94f09bd3ce
commit 4600b89d3e

View File

@@ -4,7 +4,7 @@ services:
frigate: frigate:
container_name: frigate container_name: frigate
image: ghcr.io/blakeblackshear/frigate:stable image: ghcr.io/blakeblackshear/frigate:stable
shm_size: "64mb" # Update based on camera resolution and count shm_size: "256mb" # Update based on camera resolution and count
devices: devices:
- /dev/dri/renderD128:/dev/dri/renderD128 # For Intel hardware acceleration - /dev/dri/renderD128:/dev/dri/renderD128 # For Intel hardware acceleration
# - /dev/bus/usb:/dev/bus/usb # Google Coral USB # - /dev/bus/usb:/dev/bus/usb # Google Coral USB