[Support]: Frigate in Docker LXC Filling Up Boot Disk on Proxmox: Troubleshooting Help Needed #15836
-
Describe the problem you are havingI have Frigate set up on my Proxmox server within a Docker LXC container, managed through Portainer. Over time, the boot disk of the Docker LXC container gradually fills up, eventually causing Frigate to stop running. The attached screenshot shows that 80% of my 30GB Docker LXC container is occupied. It's worth noting that my recordings are stored on a NAS. Despite this, the boot disk of the container continues to fill up even when I set record: enabled: false. However, the disk usage stops increasing when I set all cameras to enabled: false. Version0.15.0-87e7b62 What browser(s) are you using?Google Chrome Frigate config filemqtt:
enabled: true
host: 192.168.1.14
port: 1883
topic_prefix: frigate
client_id: frigate
user: root
password: password
detectors:
coral:
type: edgetpu
device: pci
ffmpeg:
hwaccel_args: preset-intel-qsv-h264
input_args: preset-rtsp-generic
output_args:
record: preset-record-generic-audio-copy
objects:
track:
- person
- car
filters:
person:
min_area: 0
max_area: 24000000
min_ratio: 0.3
max_ratio: 2.0
min_score: 0.3
threshold: 0.8
car:
min_area: 0
max_area: 24000000
min_ratio: 0.4
max_ratio: 2.0
min_score: 0.3
threshold: 0.8
review:
alerts:
labels:
- car
- person
motion:
threshold: 30
contour_area: 30
improve_contrast: false
record:
enabled: true
retain:
days: 90
mode: active_objects
go2rtc:
streams:
doorbell:
- rtsp://admin:[email protected]:554/h264Preview_01_main
doorbell_sub:
- rtsp://admin:[email protected]:554/h264Preview_01_sub
camera_32:
- rtsp://admin:[email protected]:554/streaming/channels/101
camera_32_sub:
- rtsp://admin:[email protected]:554/streaming/channels/102
camera_33:
- rtsp://admin:[email protected]:554/streaming/channels/101
camera_33_sub:
- rtsp://admin:[email protected]:554/streaming/channels/102
camera_34:
- rtsp://admin:[email protected]:554/streaming/channels/101
camera_34_sub:
- rtsp://admin:[email protected]:554/streaming/channels/102
camera_35:
- rtsp://admin:[email protected]:554/streaming/channels/101
camera_35_sub:
- rtsp://admin:[email protected]:554/streaming/channels/102
camera_36:
- rtsp://admin:[email protected]:554/streaming/channels/101
camera_36_sub:
- rtsp://admin:[email protected]:554/streaming/channels/102
camera_37:
- rtsp://admin:[email protected]:554/streaming/channels/101
camera_37_sub:
- rtsp://admin:[email protected]:554/streaming/channels/102
cameras:
doorbell:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/doorbell
roles:
- record
- path: rtsp://127.0.0.1:8554/doorbell_sub
roles:
- detect
detect:
width: 480
height: 640
fps: 7
objects:
track:
- person
ui:
order: 1
motion:
mask: 0.467,0.038,0,0.038,0,0,0.467,0
camera_32:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/camera_32
roles:
- record
- path: rtsp://127.0.0.1:8554/camera_32_sub
roles:
- detect
detect:
width: 1200
height: 536
fps: 6
objects:
track:
- person
ui:
order: 2
motion:
mask: 0.333,0.051,0,0.05,0,0,0.333,0
camera_33:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/camera_33
roles:
- record
- path: rtsp://127.0.0.1:8554/camera_33_sub
roles:
- detect
detect:
width: 1200
height: 536
fps: 6
objects:
track:
- person
ui:
order: 3
motion:
mask: 0.333,0.051,0,0.05,0,0,0.333,0
camera_34:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/camera_34
roles:
- record
- path: rtsp://127.0.0.1:8554/camera_34_sub
roles:
- detect
detect:
width: 1200
height: 536
fps: 6
objects:
track:
- person
ui:
order: 4
motion:
mask: 0.333,0.051,0,0.05,0,0,0.333,0
camera_35:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/camera_35
roles:
- record
- path: rtsp://127.0.0.1:8554/camera_35_sub
roles:
- detect
detect:
width: 1200
height: 536
fps: 6
objects:
track:
- person
ui:
order: 5
motion:
mask: 0.333,0.051,0,0.05,0,0,0.333,0
camera_36:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/camera_36
roles:
- record
- path: rtsp://127.0.0.1:8554/camera_36_sub
roles:
- detect
detect:
width: 640
height: 360
fps: 6
objects:
track:
- person
ui:
order: 6
motion:
mask: 0.284,0.039,0,0.037,0,0,0.284,0
camera_37:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/camera_37
roles:
- record
- path: rtsp://127.0.0.1:8554/camera_37_sub
roles:
- detect
detect:
width: 640
height: 360
fps: 6
objects:
track:
- person
ui:
order: 7
motion:
mask: 0.285,0.041,0,0.04,0,0,0.284,0
version: 0.15-0 Relevant Frigate log output2025-01-05 16:55:04.355970326 [2025-01-05 16:55:04] frigate.config.config WARNING : doorbell: Recording retention is configured for active_objects and alert retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-05 16:55:04.355990630 [2025-01-05 16:55:04] frigate.config.config WARNING : doorbell: Recording retention is configured for active_objects and detection retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-05 16:55:04.357716869 [2025-01-05 16:55:04] frigate.config.config WARNING : camera_32: Recording retention is configured for active_objects and alert retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-05 16:55:04.357772699 [2025-01-05 16:55:04] frigate.config.config WARNING : camera_32: Recording retention is configured for active_objects and detection retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-05 16:55:04.359419097 [2025-01-05 16:55:04] frigate.config.config WARNING : camera_33: Recording retention is configured for active_objects and alert retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-05 16:55:04.359529973 [2025-01-05 16:55:04] frigate.config.config WARNING : camera_33: Recording retention is configured for active_objects and detection retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-05 16:55:04.361191674 [2025-01-05 16:55:04] frigate.config.config WARNING : camera_34: Recording retention is configured for active_objects and alert retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-05 16:55:04.361210377 [2025-01-05 16:55:04] frigate.config.config WARNING : camera_34: Recording retention is configured for active_objects and detection retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-05 16:55:04.362796589 [2025-01-05 16:55:04] frigate.config.config WARNING : camera_35: Recording retention is configured for active_objects and alert retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-05 16:55:04.362832243 [2025-01-05 16:55:04] frigate.config.config WARNING : camera_35: Recording retention is configured for active_objects and detection retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-05 16:55:04.364343742 [2025-01-05 16:55:04] frigate.config.config WARNING : camera_36: Recording retention is configured for active_objects and alert retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-05 16:55:04.364400453 [2025-01-05 16:55:04] frigate.config.config WARNING : camera_36: Recording retention is configured for active_objects and detection retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-05 16:55:04.368676257 [2025-01-05 16:55:04] frigate.config.config WARNING : camera_37: Recording retention is configured for active_objects and alert retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-05 16:55:04.368707345 [2025-01-05 16:55:04] frigate.config.config WARNING : camera_37: Recording retention is configured for active_objects and detection retention is configured for motion. The more restrictive retention policy will be applied.
2025-01-05 16:55:04.380222137 [2025-01-05 16:55:04] frigate.app INFO : Starting Frigate (0.15.0-87e7b62)
2025-01-05 16:55:04.401280541 [2025-01-05 16:55:04] peewee_migrate.logs INFO : Starting migrations
2025-01-05 16:55:04.402090492 [2025-01-05 16:55:04] peewee_migrate.logs INFO : There is nothing to migrate
2025-01-05 16:55:04.413756429 [2025-01-05 16:55:04] frigate.app INFO : Recording process started: 337
2025-01-05 16:55:04.421042383 [2025-01-05 16:55:04] frigate.app INFO : Review process started: 346
2025-01-05 16:55:04.423914191 [2025-01-05 16:55:04] frigate.app INFO : go2rtc process pid: 98
2025-01-05 16:55:04.438161712 [2025-01-05 16:55:04] detector.coral INFO : Starting detection process: 353
2025-01-05 16:55:04.444387191 [2025-01-05 16:55:04] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci
2025-01-05 16:55:04.444524745 [2025-01-05 16:55:04] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2025-01-05 16:55:04.450861536 [2025-01-05 16:55:04] frigate.app INFO : Output process started: 380
2025-01-05 16:55:04.470733326 [2025-01-05 16:55:04] frigate.app INFO : Camera processor started for doorbell: 401
2025-01-05 16:55:04.481096827 [2025-01-05 16:55:04] frigate.app INFO : Camera processor started for camera_32: 407
2025-01-05 16:55:04.499015459 [2025-01-05 16:55:04] frigate.app INFO : Camera processor started for camera_33: 416
2025-01-05 16:55:04.510518805 [2025-01-05 16:55:04] frigate.app INFO : Camera processor started for camera_34: 433
2025-01-05 16:55:04.510523859 [2025-01-05 16:55:04] frigate.app INFO : Camera processor started for camera_35: 443
2025-01-05 16:55:04.516325360 [2025-01-05 16:55:04] frigate.app INFO : Camera processor started for camera_36: 449
2025-01-05 16:55:04.525463949 [2025-01-05 16:55:04] frigate.app INFO : Camera processor started for camera_37: 466
2025-01-05 16:55:04.549067199 [2025-01-05 16:55:04] frigate.app INFO : Capture process started for doorbell: 486
2025-01-05 16:55:04.561803647 [2025-01-05 16:55:04] frigate.app INFO : Capture process started for camera_32: 496
2025-01-05 16:55:04.576921709 [2025-01-05 16:55:04] frigate.app INFO : Capture process started for camera_33: 503
2025-01-05 16:55:04.608691005 [2025-01-05 16:55:04] frigate.app INFO : Capture process started for camera_34: 526
2025-01-05 16:55:04.620843875 [2025-01-05 16:55:04] frigate.app INFO : Capture process started for camera_35: 532
2025-01-05 16:55:04.635848223 [2025-01-05 16:55:04] frigate.app INFO : Capture process started for camera_36: 545
2025-01-05 16:55:04.662333424 [2025-01-05 16:55:04] frigate.app INFO : Capture process started for camera_37: 567
2025-01-05 16:55:04.823276496 [2025-01-05 16:55:04] frigate.api.fastapi_app INFO : Starting FastAPI app
2025-01-05 16:55:04.910986501 [2025-01-05 16:55:04] frigate.api.fastapi_app INFO : FastAPI started Relevant go2rtc log output2025-01-05 16:55:02.216825074 [INFO] Preparing new go2rtc config...
2025-01-05 16:55:02.620137110 [WARN] Using go2rtc binary from '/config/go2rtc' instead of the embedded one
2025-01-05 16:55:02.620140406 [INFO] Starting go2rtc...
2025-01-05 16:55:02.686101606 16:55:02.686 INF go2rtc platform=linux/amd64 revision=199fdd6 version=1.9.8
2025-01-05 16:55:02.686115279 16:55:02.686 INF config path=/dev/shm/go2rtc.yaml
2025-01-05 16:55:02.686670985 16:55:02.686 INF [rtsp] listen addr=:8554
2025-01-05 16:55:02.686732086 16:55:02.686 INF [api] listen addr=:1984
2025-01-05 16:55:02.686836499 16:55:02.686 INF [webrtc] listen addr=:8555/tcp
2025-01-05 16:55:12.218214222 [INFO] Starting go2rtc healthcheck service... FFprobe output from your cameraInput #0, rtsp, from 'rtsp://admin:[email protected]:554/h264Preview_01_main':
Metadata:
title : Session streamed by "preview"
Duration: N/A, start: 0.001063, bitrate: N/A
Stream #0:0: Video: h264 (High), yuv420p(progressive), 1920x2560, 15 fps, 15 tbr, 90k tbn
Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
Input #0, rtsp, from 'rtsp://admin:[email protected]:554/h264Preview_01_sub':
Metadata:
title : Session streamed by "preview"
Duration: N/A, start: 0.000563, bitrate: N/A
Stream #0:0: Video: h264 (High), yuv420p(progressive), 480x640, 7 fps, 7 tbr, 90k tbn
Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
Input #0, rtsp, from 'rtsp://admin:[email protected]:554/streaming/channels/101':
Metadata:
title : Media Presentation
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (High), yuvj420p(pc, progressive), 3632x1632 [SAR 1:1 DAR 227:102], 10 fps, 10 tbr, 90k tbn
Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
Input #0, rtsp, from 'rtsp://admin:[email protected]:554/streaming/channels/102':
Metadata:
title : Media Presentation
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (High), yuvj420p(pc, progressive), 1200x536 [SAR 1:1 DAR 150:67], 6 fps, 10 tbr, 90k tbn
Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
Input #0, rtsp, from 'rtsp://admin:[email protected]:554/streaming/channels/101':
Metadata:
title : Media Presentation
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (High), yuvj420p(pc, progressive), 3632x1632 [SAR 1:1 DAR 227:102], 10 fps, 10 tbr, 90k tbn
Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
Input #0, rtsp, from 'rtsp://admin:[email protected]:554/streaming/channels/102':
Metadata:
title : Media Presentation
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (High), yuvj420p(pc, progressive), 1200x536 [SAR 1:1 DAR 150:67], 6 fps, 10 tbr, 90k tbn
Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
Input #0, rtsp, from 'rtsp://admin:[email protected]:554/streaming/channels/101':
Metadata:
title : Media Presentation
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (High), yuvj420p(pc, progressive), 3632x1632 [SAR 1:1 DAR 227:102], 10 fps, 10 tbr, 90k tbn
Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
Input #0, rtsp, from 'rtsp://admin:[email protected]:554/streaming/channels/102':
Metadata:
title : Media Presentation
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (High), yuvj420p(pc, progressive), 1200x536 [SAR 1:1 DAR 150:67], 6 fps, 10 tbr, 90k tbn
Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
Input #0, rtsp, from 'rtsp://admin:[email protected]:554/streaming/channels/101':
Metadata:
title : Media Presentation
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (High), yuvj420p(pc, progressive), 3632x1632 [SAR 1:1 DAR 227:102], 10 fps, 10 tbr, 90k tbn
Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
Input #0, rtsp, from 'rtsp://admin:[email protected]:554/streaming/channels/102':
Metadata:
title : Media Presentation
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (High), yuvj420p(pc, progressive), 1200x536 [SAR 1:1 DAR 150:67], 6 fps, 10 tbr, 90k tbn
Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
Input #0, rtsp, from 'rtsp://admin:[email protected]:554/streaming/channels/101':
Metadata:
title : Media Presentation
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (High), yuvj420p(pc, bt709, progressive), 2560x1440, 15 fps, 25 tbr, 90k tbn
Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
Input #0, rtsp, from 'rtsp://admin:[email protected]:554/streaming/channels/102':
Metadata:
title : Media Presentation
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (High), yuvj420p(pc, bt709, progressive), 640x360, 6 fps, 25 tbr, 90k tbn
Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
Input #0, rtsp, from 'rtsp://admin:[email protected]:554/streaming/channels/101':
Metadata:
title : Media Presentation
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (High), yuvj420p(pc, bt709, progressive), 2560x1440, 15 fps, 25 tbr, 90k tbn
Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
Input #0, rtsp, from 'rtsp://admin:[email protected]:554/streaming/channels/102':
Metadata:
title : Media Presentation
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (High), yuvj420p(pc, bt709, progressive), 640x360, 6 fps, 25 tbr, 90k tbn
Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp Frigate stats{"cameras":{"doorbell":{"camera_fps":7.1,"process_fps":7.1,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":401,"capture_pid":486,"ffmpeg_pid":495,"audio_rms":0.0,"audio_dBFS":0.0},"camera_32":{"camera_fps":6.0,"process_fps":6.1,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":407,"capture_pid":496,"ffmpeg_pid":504,"audio_rms":0.0,"audio_dBFS":0.0},"camera_33":{"camera_fps":6.0,"process_fps":6.1,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":416,"capture_pid":503,"ffmpeg_pid":520,"audio_rms":0.0,"audio_dBFS":0.0},"camera_34":{"camera_fps":6.1,"process_fps":6.1,"skipped_fps":0.0,"detection_fps":0.1,"detection_enabled":true,"pid":433,"capture_pid":526,"ffmpeg_pid":546,"audio_rms":0.0,"audio_dBFS":0.0},"camera_35":{"camera_fps":6.0,"process_fps":6.1,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":443,"capture_pid":532,"ffmpeg_pid":561,"audio_rms":0.0,"audio_dBFS":0.0},"camera_36":{"camera_fps":6.0,"process_fps":6.0,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":449,"capture_pid":545,"ffmpeg_pid":568,"audio_rms":0.0,"audio_dBFS":0.0},"camera_37":{"camera_fps":6.0,"process_fps":6.0,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":466,"capture_pid":567,"ffmpeg_pid":578,"audio_rms":0.0,"audio_dBFS":0.0}},"detectors":{"coral":{"inference_speed":6.66,"detection_start":0.0,"pid":353}},"detection_fps":0.1,"gpu_usages":{"intel-qsv":{"gpu":"0.83%","mem":"-%","clients":{"495":"2.34%","504":"3.94%","520":"3.78%","546":"2.24%","561":"2.15%","568":"2.28%","578":"1.34%"}}},"cpu_usages":{"frigate.full_system":{"cpu":"7.7","mem":"18.4"},"1":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/package/admin/s6/command/s6-svscan -d4 -- /run/service"},"15":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise s6-linux-init-shutdownd"},"16":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/package/admin/s6-linux-init/command/s6-linux-init-shutdownd -c /run/s6/basedir -g 3000 -C -B"},"24":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise go2rtc-healthcheck"},"25":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise go2rtc-log"},"26":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise certsync"},"27":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise s6rc-fdholder"},"28":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise go2rtc"},"29":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise certsync-log"},"30":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise s6rc-oneshot-runner"},"31":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise nginx"},"32":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise frigate-log"},"33":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise nginx-log"},"34":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise frigate"},"45":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/package/admin/s6-2.11.3.2/command/s6-fdholderd -1 -i data/rules"},"46":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/command/s6-ipcserver-access -v0 -E -l0 -i data/rules -- /package/admin/s6/command/s6-sudod -t 30000 -- /package/admin/s6-rc/command/s6-rc-oneshot-run -l ../.. --"},"85":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/nginx"},"88":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/go2rtc"},"89":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/frigate"},"90":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/certsync"},"98":{"cpu":"12.0","cpu_average":"17","mem":"0.2","cmdline":"/config/go2rtc -config=/dev/shm/go2rtc.yaml"},"105":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"bash ./run.user go2rtc-healthcheck"},"109":{"cpu":"3.0","cpu_average":"3","mem":"1.0","cmdline":"python3 -u -m frigate"},"133":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"nginx: master process nginx"},"155":{"cpu":"0.0","cpu_average":"0","mem":"0.2","cmdline":"nginx: worker process"},"156":{"cpu":"0.0","cpu_average":"0","mem":"0.2","cmdline":"nginx: worker process"},"157":{"cpu":"0.0","cpu_average":"0","mem":"0.2","cmdline":"nginx: worker process"},"158":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"nginx: worker process"},"159":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"nginx: cache manager process"},"293":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"bash ./run.user certsync"},"337":{"cpu":"6.8","cpu_average":"9","mem":"0.6","cmdline":"frigate.recording_manager"},"346":{"cpu":"0.9","cpu_average":"0","mem":"0.5","cmdline":"frigate.review_segment_manager"},"353":{"cpu":"0.0","cpu_average":"0","mem":"0.6","cmdline":"frigate.detector.coral"},"380":{"cpu":"1.7","cpu_average":"1","mem":"0.6","cmdline":"frigate.output "},"385":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 480x640 -i pipe: -threads 1 -f mpegts -s 540x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"401":{"cpu":"0.6","cpu_average":"0","mem":"0.6","cmdline":"frigate.process:doorbell"},"407":{"cpu":"0.6","cpu_average":"1","mem":"0.6","cmdline":"frigate.process:camera_32"},"410":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1200x536 -i pipe: -threads 1 -f mpegts -s 1611x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"416":{"cpu":"0.7","cpu_average":"0","mem":"0.6","cmdline":"frigate.process:camera_33"},"432":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1200x536 -i pipe: -threads 1 -f mpegts -s 1611x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"433":{"cpu":"1.2","cpu_average":"1","mem":"0.6","cmdline":"frigate.process:camera_34"},"443":{"cpu":"0.7","cpu_average":"0","mem":"0.6","cmdline":"frigate.process:camera_35"},"448":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1200x536 -i pipe: -threads 1 -f mpegts -s 1611x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"449":{"cpu":"0.6","cpu_average":"0","mem":"0.6","cmdline":"frigate.process:camera_36"},"466":{"cpu":"0.6","cpu_average":"0","mem":"0.6","cmdline":"frigate.process:camera_37"},"471":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1200x536 -i pipe: -threads 1 -f mpegts -s 1611x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"485":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 640x360 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"486":{"cpu":"0.6","cpu_average":"0","mem":"0.5","cmdline":"frigate.capture:doorbell"},"495":{"cpu":"1.2","cpu_average":"1","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/doorbell_sub -r 7 -vf vpp_qsv=framerate=7:w=480:h=640:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"496":{"cpu":"0.7","cpu_average":"0","mem":"0.5","cmdline":"frigate.capture:camera_32"},"497":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 640x360 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"503":{"cpu":"0.8","cpu_average":"0","mem":"0.5","cmdline":"frigate.capture:camera_33"},"504":{"cpu":"1.4","cpu_average":"1","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/camera_32_sub -r 6 -vf vpp_qsv=framerate=6:w=1200:h=536:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"512":{"cpu":"0.6","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/doorbell -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/doorbell@%Y%m%d%H%M%S%z.mp4"},"515":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"517":{"cpu":"0.4","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/camera_32 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/camera_32@%Y%m%d%H%M%S%z.mp4"},"520":{"cpu":"1.4","cpu_average":"1","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/camera_33_sub -r 6 -vf vpp_qsv=framerate=6:w=1200:h=536:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"526":{"cpu":"0.8","cpu_average":"0","mem":"0.5","cmdline":"frigate.capture:camera_34"},"532":{"cpu":"0.8","cpu_average":"0","mem":"0.5","cmdline":"frigate.capture:camera_35"},"545":{"cpu":"0.4","cpu_average":"0","mem":"0.5","cmdline":"frigate.capture:camera_36"},"546":{"cpu":"1.6","cpu_average":"1","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/camera_34_sub -r 6 -vf vpp_qsv=framerate=6:w=1200:h=536:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"560":{"cpu":"0.4","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/camera_33 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/camera_33@%Y%m%d%H%M%S%z.mp4"},"561":{"cpu":"1.5","cpu_average":"1","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/camera_35_sub -r 6 -vf vpp_qsv=framerate=6:w=1200:h=536:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"567":{"cpu":"0.4","cpu_average":"0","mem":"0.5","cmdline":"frigate.capture:camera_37"},"568":{"cpu":"1.0","cpu_average":"1","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/camera_36_sub -r 6 -vf vpp_qsv=framerate=6:w=640:h=360:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"571":{"cpu":"0.4","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/camera_34 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/camera_34@%Y%m%d%H%M%S%z.mp4"},"578":{"cpu":"1.0","cpu_average":"1","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/camera_37_sub -r 6 -vf vpp_qsv=framerate=6:w=640:h=360:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"579":{"cpu":"0.5","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/camera_35 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/camera_35@%Y%m%d%H%M%S%z.mp4"},"597":{"cpu":"0.5","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/camera_36 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/camera_36@%Y%m%d%H%M%S%z.mp4"},"613":{"cpu":"0.5","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/camera_37 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/camera_37@%Y%m%d%H%M%S%z.mp4"},"88834":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"sleep 60"},"88847":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"sleep 30s"}},"service":{"uptime":24158,"version":"0.15.0-87e7b62","latest_version":"0.14.1","storage":{"/media/frigate/recordings":{"total":12378539.5,"used":4282023.1,"free":8095988.4,"mount_type":"nfs4"},"/media/frigate/clips":{"total":12378539.5,"used":4282023.1,"free":8095988.4,"mount_type":"nfs4"},"/tmp/cache":{"total":953.7,"used":29.6,"free":924.1,"mount_type":"tmpfs"},"/dev/shm":{"total":512.0,"used":243.7,"free":268.3,"mount_type":"tmpfs"}},"temperatures":{"apex_0":72.3},"last_updated":1736138262},"processes":{"recording":{"pid":337},"review_segment":{"pid":346},"go2rtc":{"pid":98}}} Install methodDocker Compose docker-compose file or Docker CLI commandservices:
frigate:
container_name: frigate
privileged: true # this may not be necessary for all setups
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:0.15.0-beta4
shm_size: "512mb" # update for your cameras based on calculation above
devices:
- /dev/apex_0:/dev/apex_0 # passes a PCIe Coral, follow driver instructions here https://coral.ai/docs/m2/get-started/#2a-on-linux
- /dev/dri/renderD128 # for intel hwaccel, needs to be updated for your hardware
volumes:
- /etc/localtime:/etc/localtime:ro
- /opt/frigate/config/:/config/
- /cctv_clips:/media/frigate
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "5000:5000"
- "554:554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
environment:
LIBVA_DRIVER_NAME: iHD
LIBVA_DRIVERS_PATH: /usr/lib/x86_64-linux-gnu/dri
LIBVA_TRACE: 1 Object DetectorCoral Network connectionWired Camera make and modelReolink Doorbell PoE White, 4x Hikvision DS-2CD3367WDP2V2-L, 2x Hikvision DS-IPC-K34H-LT Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
It would be easiest to check the file system and see what is actually taking up space |
Beta Was this translation helpful? Give feedback.
I removed LIBVA_TRACE: 1 from my Docker Compose file, and it seems to have resolved the issue. Thank you so much for your assistance! I also want to take this opportunity to express my gratitude for your work on Frigate—it's truly an incredible product. Once I’ve finalized the camera setup, I’ll definitely be subscribing to Frigate+.