[Config Support]: Too many unprocessed recording segments in cache #18946
-
Describe the problem you are havingToo many unprocessed recording segments in cache for Main_gate. This likely indicates an issue with the detect stream, keeping the 6 most recent segments out of 7 and discarding the rest... Version0.16.0-f141b58 upgrading to current while posting this Frigate config filemqtt:
enabled: false
detectors:
onnx_0:
type: onnx
model:
path: plus://xxxxxxxxxxxxxxxxxxxx
record:
enabled: true
retain:
days: 7
mode: motion
alerts:
retain:
days: 60
detections:
retain:
days: 60
snapshots:
# Optional: Enable writing jpg snapshot to /media/frigate/clips (default: shown below)
enabled: true
# Optional: save a clean PNG copy of the snapshot image (default: shown below)
clean_copy: true
# Optional: print a timestamp on the snapshots (default: shown below)
timestamp: false
# Optional: draw bounding box on the snapshots (default: shown below)
bounding_box: true
# Optional: crop the snapshot (default: shown below)
crop: false
# Optional: Restrict snapshots to objects that entered any of the listed zones (default: no required zones)
required_zones: []
# Optional: Camera override for retention settings (default: global values)
retain:
# Required: Default retention days (default: shown below)
default: 60
# Optional: Per object retention days
objects:
person: 60
# Optional: quality of the encoded jpeg, 0-100 (default: shown below)
quality: 70 Relevant Frigate log outputToo many unprocessed recording segments in cache for Main_gate_D6. This likely indicates an issue with the detect stream, keeping the 6 most recent segments out of 7 and discarding the rest... Relevant go2rtc log outputinfo | 2025-07-01 14:36:01 | startup | Preparing new go2rtc config...
info | 2025-07-01 14:36:02 | startup | Starting go2rtc...
info | 2025-07-01 14:36:02 | startup | go2rtc platform=linux/amd64 revision=fa580c5 version=1.9.9
info | 2025-07-01 14:36:02 | startup | config path=/dev/shm/go2rtc.yaml
info | 2025-07-01 14:36:02 | api | listen addr=:1984
info | 2025-07-01 14:36:02 | rtsp | listen addr=:8554
info | 2025-07-01 14:36:02 | webrtc | listen addr=:8555
info | 2025-07-01 14:36:10 | startup | Starting go2rtc healthcheck service... Frigate statsNo response Operating systemDebian Install methodDocker Compose docker-compose file or Docker CLI commandservices:
frigate:
container_name: frigate16
privileged: true
restart: unless-stopped
stop_grace_period: 30s
image: ghcr.io/blakeblackshear/frigate:ea576e7-tensorrt
cap_add:
- CAP_PERFMON
shm_size: 4096mb
runtime: nvidia
devices:
- /dev/bus/usb:/dev/bus/usb
- /dev/dri/renderD128:/dev/dri/renderD128
volumes:
- /etc/localtime:/etc/localtime:ro
- ./config:/config
- /mnt/hdd4tb/CCTV/storage:/media/frigate
- type: tmpfs
target: /tmp/cache
tmpfs:
size: 40000000000000
ports:
- 1984:1984
- 5005:5000
- 8971:8971
environment:
PLUS_API_KEY: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
networks: {} Object DetectorTensorRT Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Answered by
hawkeye217
Jul 1, 2025
Replies: 1 comment 11 replies
-
We will need to see a full copy of logs. Also would be good to see camera stats |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are two unusual errors in your log: