[Support]: Too many unprocessed recording segments in cache for xxxx #20457
Replies: 3 comments 5 replies
-
This error indicates that Frigate's recording maintainer cannot keep up with processing recording segments, which is typically a performance issue (1). The root cause is usually slow storage or insufficient system resources (1). Here are the key troubleshooting steps: Check Copy Times logger:
logs:
frigate.record.maintainer: debug This will show logs like If Copy Times > 1 Second Check system resources using these tools (1):
Storage Solutions
Memory Management services:
frigate:
mem_swappiness: 0
memswap_limit: <MAXSWAP>
deploy:
resources:
limits:
memory: <MAXRAM> If Copy Times < 1 Second Given your system specs (i5-12600 with 64GB RAM), the issue is likely storage-related or caused by the high number of cameras (6) with recording enabled simultaneously. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
We will need to see a full copy of the logs from Frigate startup to the time of the failure. |
Beta Was this translation helpful? Give feedback.
-
Those are the logs that i can download. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Describe the problem you are having
I'm geting those errors after some days of running frigate:
Too many unprocessed recording segments in cache for garage_down. This likely indicates an issue with the detect stream, keeping the 6 most recent segments out of 7 and discarding the rest...
Steps to reproduce
Version
frigate:0.16.0-tensorrt
In which browser(s) are you experiencing the issue with?
No response
Frigate config file
docker-compose file or Docker CLI command
unraid
Relevant Frigate log output
Relevant go2rtc log output
Operating system
UNRAID
Install method
Docker CLI
Network connection
Wired
Camera make and model
Galayou 2K Y4
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions