revice frgite compose file for limits
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin_jk 2026-02-17 07:08:59 -07:00
parent 71a4dcdb7d
commit 5f5ba2e772

View file

@ -27,15 +27,3 @@ services:
- FRIGATE_SQLITE_JOURNAL_MODE=DELETE - FRIGATE_SQLITE_JOURNAL_MODE=DELETE
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
cpus: "2.0"
mem_limit: "6144m"
mem_reservation: "2048m"
services:
frigate:
container_name: frigate
# Use the TensorRT image to use your 3050 for detection as well as decoding
environment:
- NVIDIA_VISIBLE_DEVICES=all
# ... rest of your config (volumes, ports)