Replies: 1 comment
-
Oh - if I comment out the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying to figure out why motion has recently started using tons of CPU on my system. The CPU is a Ryzen 7 2700x - and running the docker version of Motion in a VM with 4 CPU cores.
It looks like the docker version is:
Output of

top
:Config:
The camera definition in
conf.d/front_door.conf
:It almost looks like at extra thread is spawned for each event start / stop - which just continues to spin CPU usage.
The on_event_(start|stop).sh scripts are a single curl command to trigger a web endpoint in NodeRed.
ie:
Beta Was this translation helpful? Give feedback.
All reactions