frigate: [Config Support]: Unable to keep up with recording segments in cache for (Camera)

Describe the problem you are having

It seems like either the API gets hosed by a custom card in Home Assistant and/or Frigate is struggling with my storage. The Frigate instance lives in a Debian 12 VM under Proxmox. My local drive for this is a Samsung 870 EVO.

This recently started happening around the time I used ~1TB of my recording storage (TrueNAS NFS share off a pair of mirrored Skyhawks).

Version

0.12.1-367d724

Frigate config file

mqtt:
  enabled: True
  host: 192.168.x.x
  port: 1883
  topic_prefix: frigate
  user: user
  password: password

ffmpeg:
  hwaccel_args: preset-vaapi
  output_args:
    record: preset-record-generic-audio-aac

objects:
  track:
    - person
    - dog
    - cat
   # - car
    - bus
    - motorcycle
    - bicycle

rtmp:
  enabled: false

detect:
  fps: 7
  enabled: true
  
record:
  enabled: True
  retain:
    days: 14
    mode: motion
  events:
    retain:
      default: 28
      mode: active_objects
  
 
snapshots:
  enabled: true
  clean_copy: true
  retain:
    default:  14
 
detectors:
  coral:
    type: edgetpu
    device: pci
    
#Camera Configuration 
go2rtc:
  streams:

    back_porch: 
      - http://192.168.X.X/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=X&password=X
      - "ffmpeg:garage#audio=opus"
    back_porch_sub: 
      - http://192.168.X.X/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=X&password=X
      
[garden,front,garage all have same config]    

cameras:

  back_porch:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/back_porch?video=copy&audio=aac
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/back_porch_sub?video=copy
          input_args: preset-rtsp-restream
          roles:
            - detect

[garden,front,garage all have same config]   
            
            
            
logger:
  logs:
    frigate.record: debug

Relevant log output

2023-07-17 19:32:56.888268108  [INFO] Starting Frigate...
2023-07-17 19:32:58.360263364  [2023-07-17 19:32:58] frigate.app                    INFO    : Starting Frigate (0.12.1-367d724)
2023-07-17 19:32:58.401973583  [2023-07-17 19:32:58] peewee_migrate                 INFO    : Starting migrations
2023-07-17 19:32:58.923417688  [2023-07-17 19:32:58] peewee_migrate                 INFO    : There is nothing to migrate
2023-07-17 19:32:58.949201939  [2023-07-17 19:32:58] detector.coral                 INFO    : Starting detection process: 289
2023-07-17 19:32:58.954664080  [2023-07-17 19:32:58] frigate.app                    INFO    : Output process started: 291
2023-07-17 19:32:58.957027987  [2023-07-17 19:32:58] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as pci
2023-07-17 19:32:58.964160853  [2023-07-17 19:32:58] frigate.app                    INFO    : Camera processor started for garage: 297
2023-07-17 19:32:58.970756812  [2023-07-17 19:32:58] frigate.app                    INFO    : Camera processor started for back_porch: 298
2023-07-17 19:32:58.977450370  [2023-07-17 19:32:58] frigate.app                    INFO    : Camera processor started for garden: 299
2023-07-17 19:32:58.984029476  [2023-07-17 19:32:58] frigate.app                    INFO    : Camera processor started for front: 300
2023-07-17 19:32:58.990319704  [2023-07-17 19:32:58] frigate.app                    INFO    : Capture process started for garage: 301
2023-07-17 19:32:58.995477063  [2023-07-17 19:32:58] frigate.app                    INFO    : Capture process started for back_porch: 304
2023-07-17 19:32:59.002014577  [2023-07-17 19:32:59] frigate.app                    INFO    : Capture process started for garden: 308
2023-07-17 19:32:59.008904539  [2023-07-17 19:32:59] frigate.app                    INFO    : Capture process started for front: 312
2023-07-17 19:32:59.078715703  [2023-07-17 19:32:59] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2023-07-17 19:33:31.390434358  [2023-07-17 19:33:31] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/back_porch/33.11.mp4 in 6.998477220535278 seconds.
2023-07-17 19:33:40.207717380  [2023-07-17 19:33:40] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/33.10.mp4 in 8.08652114868164 seconds.
2023-07-17 19:33:45.817393323  [2023-07-17 19:33:45] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/front/33.22.mp4 in 5.140644073486328 seconds.
2023-07-17 19:33:51.458002150  [2023-07-17 19:33:51] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garage/33.22.mp4 in 5.309648036956787 seconds.
2023-07-17 19:33:59.223776741  [2023-07-17 19:33:59] frigate.record                 DEBUG   : Start expire recordings (new).
2023-07-17 19:33:59.223971951  [2023-07-17 19:33:59] frigate.record                 DEBUG   : Start deleted cameras.
2023-07-17 19:34:00.058883279  [2023-07-17 19:34:00] frigate.record                 DEBUG   : Expiring 0 recordings
2023-07-17 19:34:00.069911593  [2023-07-17 19:34:00] frigate.record                 DEBUG   : End deleted cameras.
2023-07-17 19:34:00.070051621  [2023-07-17 19:34:00] frigate.record                 DEBUG   : Start all cameras.
2023-07-17 19:34:00.070206241  [2023-07-17 19:34:00] frigate.record                 DEBUG   : Start camera: garage.
2023-07-17 19:34:00.213581209  [2023-07-17 19:34:00] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/33.22.mp4 in 8.360814094543457 seconds.
2023-07-17 19:34:09.144599135  [2023-07-17 19:34:09] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/front/33.31.mp4 in 8.173317909240723 seconds.
2023-07-17 19:34:20.364726916  [2023-07-17 19:34:20] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/33.32.mp4 in 10.415712118148804 seconds.
2023-07-17 19:34:30.553836891  [2023-07-17 19:34:30] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/33.42.mp4 in 9.832204818725586 seconds.
2023-07-17 19:34:41.213239026  [2023-07-17 19:34:41] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/back_porch/33.53.mp4 in 10.05471396446228 seconds.
2023-07-17 19:34:41.769672818  [2023-07-17 19:34:41] frigate.record                 DEBUG   : Expiring 18 recordings
2023-07-17 19:34:44.490132804  [2023-07-17 19:34:44] frigate.record                 DEBUG   : End camera: garage.
2023-07-17 19:34:44.490345848  [2023-07-17 19:34:44] frigate.record                 DEBUG   : Start camera: back_porch.
2023-07-17 19:34:50.447924864  [2023-07-17 19:34:50] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/back_porch/34.03.mp4 in 8.166709899902344 seconds.
2023-07-17 19:34:59.883874557  [2023-07-17 19:34:59] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/back_porch/34.13.mp4 in 8.846074104309082 seconds.
2023-07-17 19:35:07.268690582  [2023-07-17 19:35:07] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/front/34.02.mp4 in 6.656141996383667 seconds.
2023-07-17 19:35:17.490499338  [2023-07-17 19:35:17] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garage/34.03.mp4 in 9.133104085922241 seconds.
2023-07-17 19:35:18.140065831  [2023-07-17 19:35:18] frigate.record                 DEBUG   : Expiring 38 recordings
2023-07-17 19:35:19.585496901  [2023-07-17 19:35:19] frigate.record                 DEBUG   : End camera: back_porch.
2023-07-17 19:35:19.585671283  [2023-07-17 19:35:19] frigate.record                 DEBUG   : Start camera: garden.
2023-07-17 19:35:39.921692133  [2023-07-17 19:35:39] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/34.42.mp4 in 17.389102935791016 seconds.
2023-07-17 19:35:48.544993232  [2023-07-17 19:35:48] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/34.52.mp4 in 8.260787010192871 seconds.
2023-07-17 19:35:58.003970784  [2023-07-17 19:35:58] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/35.02.mp4 in 9.042999029159546 seconds.
2023-07-17 19:35:59.085187673  [2023-07-17 19:35:59] frigate.record                 DEBUG   : Expiring 75 recordings
2023-07-17 19:36:00.997205199  [2023-07-17 19:36:00] frigate.record                 DEBUG   : End camera: garden.
2023-07-17 19:36:00.997346736  [2023-07-17 19:36:00] frigate.record                 DEBUG   : Start camera: front.
2023-07-17 19:36:01.140124740  [2023-07-17 19:36:01] frigate.record                 DEBUG   : Expiring 0 recordings
2023-07-17 19:36:01.140410995  [2023-07-17 19:36:01] frigate.record                 DEBUG   : End camera: front.
2023-07-17 19:36:01.140554102  [2023-07-17 19:36:01] frigate.record                 DEBUG   : End all cameras.
2023-07-17 19:36:01.140795424  [2023-07-17 19:36:01] frigate.record                 DEBUG   : End expire recordings (new).
2023-07-17 19:36:01.140798094  [2023-07-17 19:36:01] frigate.record                 DEBUG   : Start expire files (legacy).
2023-07-17 19:36:05.304029716  [2023-07-17 19:36:05] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/front/35.11.mp4 in 6.230081081390381 seconds.
2023-07-17 19:36:15.808122353  [2023-07-17 19:36:15] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/35.12.mp4 in 8.293522834777832 seconds.
2023-07-17 19:36:22.170008631  [2023-07-17 19:36:22] frigate.record                 DEBUG   : Oldest recording in the db: 1687284491.415331
2023-07-17 19:36:29.530260325  [2023-07-17 19:36:29] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/35.22.mp4 in 13.402080059051514 seconds.
2023-07-17 19:36:44.938688155  [2023-07-17 19:36:44] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/35.32.mp4 in 14.803064823150635 seconds.
2023-07-17 19:36:53.285511550  [2023-07-17 19:36:53] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/35.42.mp4 in 7.996834993362427 seconds.
2023-07-17 19:36:53.786141468  [2023-07-17 19:36:53] frigate.record                 WARNING : Unable to keep up with recording segments in cache for back_porch. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-07-17 19:36:53.787705231  [2023-07-17 19:36:53] frigate.record                 WARNING : Unable to keep up with recording segments in cache for front. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-07-17 19:36:53.789384357  [2023-07-17 19:36:53] frigate.record                 WARNING : Unable to keep up with recording segments in cache for garage. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-07-17 19:36:53.790740395  [2023-07-17 19:36:53] frigate.record                 WARNING : Unable to keep up with recording segments in cache for garden. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-07-17 19:37:03.744546537  [2023-07-17 19:37:03] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/36.02.mp4 in 7.506227970123291 seconds.
2023-07-17 19:37:11.746054847  [2023-07-17 19:37:11] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/36.12.mp4 in 7.661715030670166 seconds.
2023-07-17 19:37:19.205411300  [2023-07-17 19:37:19] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/36.22.mp4 in 7.03543496131897 seconds.
2023-07-17 19:37:27.036058031  [2023-07-17 19:37:27] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/36.32.mp4 in 7.137976884841919 seconds.
2023-07-17 19:37:34.191525272  [2023-07-17 19:37:34] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garage/36.52.mp4 in 5.704174041748047 seconds.
2023-07-17 19:37:40.415161474  [2023-07-17 19:37:40] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garage/37.02.mp4 in 5.90873384475708 seconds.
2023-07-17 19:37:48.425061587  [2023-07-17 19:37:48] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/36.52.mp4 in 7.447642803192139 seconds.
2023-07-17 19:37:56.760824049  [2023-07-17 19:37:56] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/37.02.mp4 in 7.903470039367676 seconds.
2023-07-17 19:38:08.413102714  [2023-07-17 19:38:08] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/37.32.mp4 in 9.592751026153564 seconds.
2023-07-17 19:38:19.447118146  [2023-07-17 19:38:19] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/37.42.mp4 in 10.487174987792969 seconds.
2023-07-17 19:38:27.685807656  [2023-07-17 19:38:27] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garage/37.52.mp4 in 7.151366949081421 seconds.
2023-07-17 19:38:35.173476611  [2023-07-17 19:38:35] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garage/38.02.mp4 in 6.738548040390015 seconds.
2023-07-17 19:38:53.653416522  [2023-07-17 19:38:53] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/37.52.mp4 in 9.782251119613647 seconds.
2023-07-17 19:39:04.284612138  [2023-07-17 19:39:04] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/38.02.mp4 in 10.101324796676636 seconds.
2023-07-17 19:39:11.991702563  [2023-07-17 19:39:11] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/back_porch/38.33.mp4 in 6.9688379764556885 seconds.
2023-07-17 19:39:26.715151897  [2023-07-17 19:39:26] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/back_porch/38.43.mp4 in 6.367475986480713 seconds.
2023-07-17 19:39:34.880938612  [2023-07-17 19:39:34] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/front/38.31.mp4 in 7.232635974884033 seconds.
2023-07-17 19:39:42.757433205  [2023-07-17 19:39:42] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/front/38.41.mp4 in 7.072658061981201 seconds.
2023-07-17 19:39:54.816954646  [2023-07-17 19:39:54] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garage/38.22.mp4 in 6.094346046447754 seconds.
2023-07-17 19:40:00.510586098  [2023-07-17 19:40:00] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garage/38.32.mp4 in 5.167553901672363 seconds.
2023-07-17 19:40:06.675956567  [2023-07-17 19:40:06] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garage/38.53.mp4 in 5.68609094619751 seconds.
2023-07-17 19:40:15.990455237  [2023-07-17 19:40:15] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/38.12.mp4 in 6.765107870101929 seconds.
2023-07-17 19:40:23.063474209  [2023-07-17 19:40:23] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/38.22.mp4 in 6.677067995071411 seconds.
2023-07-17 19:40:30.141172783  [2023-07-17 19:40:30] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/38.32.mp4 in 6.590408086776733 seconds.
2023-07-17 19:40:42.923989379  [2023-07-17 19:40:42] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/38.42.mp4 in 7.077895164489746 seconds.
2023-07-17 19:40:49.703200131  [2023-07-17 19:40:49] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/38.52.mp4 in 6.1166839599609375 seconds.
2023-07-17 19:40:50.272829185  [2023-07-17 19:40:50] frigate.record                 WARNING : Unable to keep up with recording segments in cache for back_porch. Keeping the 5 most recent segments out of 10 and discarding the rest...
2023-07-17 19:40:50.280021187  [2023-07-17 19:40:50] frigate.record                 WARNING : Unable to keep up with recording segments in cache for front. Keeping the 5 most recent segments out of 10 and discarding the rest...
2023-07-17 19:40:50.287515051  [2023-07-17 19:40:50] frigate.record                 WARNING : Unable to keep up with recording segments in cache for garage. Keeping the 5 most recent segments out of 10 and discarding the rest...
2023-07-17 19:40:50.294524457  [2023-07-17 19:40:50] frigate.record                 WARNING : Unable to keep up with recording segments in cache for garden. Keeping the 5 most recent segments out of 10 and discarding the rest...
2023-07-17 19:40:55.882123956  [2023-07-17 19:40:55] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/front/39.51.mp4 in 4.631936073303223 seconds.
2023-07-17 19:41:00.989330323  [2023-07-17 19:41:00] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/front/40.01.mp4 in 4.766309022903442 seconds.
2023-07-17 19:41:06.557200260  [2023-07-17 19:41:06] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garage/39.52.mp4 in 4.662719011306763 seconds.
2023-07-17 19:41:13.397861443  [2023-07-17 19:41:13] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/39.52.mp4 in 5.975752830505371 seconds.
2023-07-17 19:41:19.843218383  [2023-07-17 19:41:19] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/40.02.mp4 in 6.080513954162598 seconds.
2023-07-17 19:41:26.329854042  [2023-07-17 19:41:26] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/40.12.mp4 in 6.0680530071258545 seconds.
2023-07-17 19:41:32.746296340  [2023-07-17 19:41:32] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/40.22.mp4 in 6.044753074645996 seconds.
2023-07-17 19:41:38.970109600  [2023-07-17 19:41:38] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/garden/40.32.mp4 in 5.837963819503784 seconds.
2023-07-17 19:41:41.572837912  [2023-07-17 19:41:41] frigate.record                 DEBUG   : End expire files (legacy).
2023-07-17 19:41:44.422811037  [2023-07-17 19:41:44] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/back_porch/40.52.mp4 in 4.620270013809204 seconds.
2023-07-17 19:41:49.301053671  [2023-07-17 19:41:49] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/back_porch/41.02.mp4 in 4.6027891635894775 seconds.
2023-07-17 19:41:54.050431474  [2023-07-17 19:41:54] frigate.record                 DEBUG   : Copied /media/frigate/recordings/2023-07-18/00/back_porch/41.12.mp4 in 4.474018096923828 seconds.

Frigate stats

{
    "back_porch": {
        "camera_fps": 7.1,
        "capture_pid": 304,
        "detection_enabled": 1,
        "detection_fps": 0.1,
        "ffmpeg_pid": 309,
        "pid": 298,
        "process_fps": 7.1,
        "skipped_fps": 0.0
    },
    "cpu_usages": {
        "%Cpu(s):": {
            "cpu": "id,",
            "mem": "12.5"
        },
        "1": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "104": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "110": {
            "cpu": "2.0",
            "mem": "3.1"
        },
        "117": {
            "cpu": "0.0",
            "mem": "0.2"
        },
        "134": {
            "cpu": "0.0",
            "mem": "0.1"
        },
        "135": {
            "cpu": "0.0",
            "mem": "0.1"
        },
        "136": {
            "cpu": "0.0",
            "mem": "0.1"
        },
        "137": {
            "cpu": "0.0",
            "mem": "0.1"
        },
        "15": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "17": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "2011": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "2016": {
            "cpu": "1.0",
            "mem": "0.4"
        },
        "2019": {
            "cpu": "0.3",
            "mem": "0.0"
        },
        "2021": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "2022": {
            "cpu": "3.3",
            "mem": "0.0"
        },
        "24": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "25": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "26": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "27": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "28": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "282": {
            "cpu": "0.0",
            "mem": "1.0"
        },
        "288": {
            "cpu": "0.3",
            "mem": "0.1"
        },
        "289": {
            "cpu": "1.3",
            "mem": "1.4"
        },
        "29": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "291": {
            "cpu": "1.7",
            "mem": "1.1"
        },
        "297": {
            "cpu": "1.0",
            "mem": "1.2"
        },
        "298": {
            "cpu": "1.0",
            "mem": "1.2"
        },
        "299": {
            "cpu": "4.0",
            "mem": "1.2"
        },
        "30": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "300": {
            "cpu": "0.7",
            "mem": "1.2"
        },
        "301": {
            "cpu": "2.0",
            "mem": "1.1"
        },
        "304": {
            "cpu": "2.0",
            "mem": "1.1"
        },
        "307": {
            "cpu": "4.0",
            "mem": "0.8"
        },
        "308": {
            "cpu": "1.7",
            "mem": "1.1"
        },
        "309": {
            "cpu": "3.7",
            "mem": "0.8"
        },
        "31": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "312": {
            "cpu": "2.0",
            "mem": "1.1"
        },
        "314": {
            "cpu": "3.7",
            "mem": "0.8"
        },
        "317": {
            "cpu": "3.3",
            "mem": "0.8"
        },
        "32": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "320": {
            "cpu": "4.3",
            "mem": "0.4"
        },
        "325": {
            "cpu": "0.0",
            "mem": "0.2"
        },
        "338": {
            "cpu": "1.3",
            "mem": "0.5"
        },
        "339": {
            "cpu": "4.3",
            "mem": "0.4"
        },
        "340": {
            "cpu": "4.7",
            "mem": "0.4"
        },
        "341": {
            "cpu": "0.0",
            "mem": "0.3"
        },
        "342": {
            "cpu": "0.0",
            "mem": "0.2"
        },
        "343": {
            "cpu": "0.0",
            "mem": "0.3"
        },
        "344": {
            "cpu": "0.0",
            "mem": "0.2"
        },
        "41": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "42": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "79": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "81": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "82": {
            "cpu": "0.0",
            "mem": "0.0"
        },
        "89": {
            "cpu": "22.3",
            "mem": "0.3"
        },
        "MiB": {
            "cpu": "5542.2",
            "mem": "avail"
        },
        "PID": {
            "cpu": "%CPU",
            "mem": "%MEM"
        },
        "Tasks:": {
            "cpu": "stopped,",
            "mem": "0"
        },
        "top": {
            "cpu": "average:",
            "mem": "2.05,"
        }
    },
    "detection_fps": 0.8,
    "detectors": {
        "coral": {
            "detection_start": 0.0,
            "inference_speed": 7.06,
            "pid": 289
        }
    },
    "front": {
        "camera_fps": 7.0,
        "capture_pid": 312,
        "detection_enabled": 1,
        "detection_fps": 0.0,
        "ffmpeg_pid": 317,
        "pid": 300,
        "process_fps": 7.0,
        "skipped_fps": 0.0
    },
    "garage": {
        "camera_fps": 7.0,
        "capture_pid": 301,
        "detection_enabled": 1,
        "detection_fps": 0.0,
        "ffmpeg_pid": 307,
        "pid": 297,
        "process_fps": 7.0,
        "skipped_fps": 0.0
    },
    "garden": {
        "camera_fps": 7.1,
        "capture_pid": 308,
        "detection_enabled": 1,
        "detection_fps": 0.7,
        "ffmpeg_pid": 314,
        "pid": 299,
        "process_fps": 7.1,
        "skipped_fps": 0.0
    },
    "gpu_usages": {
        "intel-vaapi": {
            "gpu": "3.62 %",
            "mem": "- %"
        }
    },
    "service": {
        "last_updated": 1689641563,
        "latest_version": "0.12.1",
        "storage": {
            "/dev/shm": {
                "free": 395.1,
                "mount_type": "tmpfs",
                "total": 402.7,
                "used": 7.6
            },
            "/media/frigate/clips": {
                "free": 2786668.7,
                "mount_type": "nfs",
                "total": 3861620.1,
                "used": 1074951.4
            },
            "/media/frigate/recordings": {
                "free": 2786668.7,
                "mount_type": "nfs",
                "total": 3861620.1,
                "used": 1074951.4
            },
            "/tmp/cache": {
                "free": 1795.9,
                "mount_type": "tmpfs",
                "total": 2000.0,
                "used": 204.1
            }
        },
        "temperatures": {
            "apex_0": 52.3
        },
        "uptime": 1184,
        "version": "0.12.1-367d724"
    }
}

Operating system

Proxmox

Install method

Docker Compose

Coral version

PCIe

Any other information that may be helpful

CPU(s)

4 x Intel® Core™ i5-7260U CPU @ 2.20GHz (1 Socket) (Intel NUC)

32GB RAM

870 EVO for storage

image

Additionally, RAM seems to always very quickly just almost max out, then stay there. Should I be giving it more memory than 8GB?

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 44

Most upvoted comments

I’d check the default nfs mounting params to see what it is using when mounting, could very well be something small in there. A truenas forum that is more familiar with the defaults and normal behavior would be able to answer though

What I need to see if your frigate config itself