[Support]: frigate.output pegging CPU cores at 100% - box is unresponsive - how to track down/diagnose? #15298
Unanswered
victorhooi
asked this question in
General Support
Replies: 2 comments 14 replies
-
It's odd that there are multiple frigate.output processes as there should only be one. It would be helpful to see htop (it would need to be installed in the container) so we can see what specific threads are using CPU from this process. |
Beta Was this translation helpful? Give feedback.
12 replies
-
Are you sure The load average of 145 suggests something else is eating CPU, possibly something in the kernel. What shows up on |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem you are having
I have a ARM64 host (256 cores), with a Coral USB TPU, running Frigate in a container.
I recently updated to the latest dev release, and also enable the new Semantic Search feature (not sure if this caused the issue or not)
At first, it all seemed to be working fine. However, the following day, I noticed that the machine running Frigate was very unresponsive:
frigate.output
processes that are pegging their respective cores at 100%.(About 52 minutes so far)
I'm assuming the box being unresponsive is related to the high CPU usage - would that be a reasonable hypothesis?
Does anybody know what exactly is
frigate.output
, or what it's responsible for? Is there an easy way to track down what specifically is causing the high CPU consumption? (I can try disabling the Semantic Search feature if that's the issue - but the reindexing only took around 70 seconds, so it didn't seem overly taxing on the box before, at least).I haven't rebooted the box yet - but it seems I might have to, if I want to get logs - but is there any other diagnostic information I should collect first?
Version
ee816b2-standard-arm64
What browser(s) are you using?
No response
Frigate config file
Relevant Frigate log output
Unable to get for now.
Relevant go2rtc log output
FFprobe output from your camera
Frigate stats
No response
Install method
Docker Compose
docker-compose file or Docker CLI command
Object Detector
Coral
Network connection
Wired
Camera make and model
Axis LV 3248
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions