frigate: Increase shm size
This commit is contained in:
parent
0a0d966d08
commit
78319d29b5
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ ExecStart=/usr/bin/podman run \
|
||||||
--volume /etc/frigate.yml:/config/config.yml:ro \
|
--volume /etc/frigate.yml:/config/config.yml:ro \
|
||||||
--volume /srv/frigate/media:/media/frigate:rw \
|
--volume /srv/frigate/media:/media/frigate:rw \
|
||||||
--volume /dev/bus/usb:/dev/bus/usb:rw \
|
--volume /dev/bus/usb:/dev/bus/usb:rw \
|
||||||
|
--shm-size 1024M \
|
||||||
--env=FRIGATE_* ghcr.io/blakeblackshear/frigate:{{ frigate_version }}
|
--env=FRIGATE_* ghcr.io/blakeblackshear/frigate:{{ frigate_version }}
|
||||||
ExecStop=/usr/bin/podman stop --ignore frigate
|
ExecStop=/usr/bin/podman stop --ignore frigate
|
||||||
ExecStopPost=/usr/bin/podman rm -f --ignore frigate
|
ExecStopPost=/usr/bin/podman rm -f --ignore frigate
|
||||||
|
|
Loading…
Add table
Reference in a new issue