-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] cpu usage keeps increasing until crash #98
Comments
|
…197) # Description Rolls back update to ovos-dinkum-listener dependency included in release 4.4.0 # Issues OpenVoiceOS/ovos-dinkum-listener#98 OpenVoiceOS/ovos-dinkum-listener#107 OpenVoiceOS/ovos-dinkum-listener#110 # Other Notes <!-- Note any breaking changes, WIP changes, requests for input, etc. here --> Co-authored-by: Daniel McKnight <[email protected]>
improve the ReadWriteStream class used by audio transformers make it threadsafe and more performant by using a deque add a max size to ensure it doesnt grow forever maybe fixes undiagnosed issue OpenVoiceOS/ovos-dinkum-listener#98
please test with OpenVoiceOS/ovos-plugin-manager#234 i havent diagnosed the error, but both me an @mikejgray reached the conclusion it must be on that code, so maybe its fixed by the general improvements in that PR |
* refactor/improve_readwritestream improve the ReadWriteStream class used by audio transformers make it threadsafe and more performant by using a deque add a max size to ensure it doesnt grow forever maybe fixes undiagnosed issue OpenVoiceOS/ovos-dinkum-listener#98 * default max sizes
Where I noticed the bug the first time was when testing ovos-transformer-plugin-ggwave. When it was enabled and automatically started, CPU usage would continually rise. First indications were at about 5 minutes. By 15 minutes, CPU was at 100 and OVOS was unusable. Testing now, with OpenVoiceOS/ovos-plugin-manager#234 , it seems to have fixed the problem. I have had ggwave transformer running for 45 minutes and no CPU increase. |
closing for now, please re-open if still an issue! |
This is not fixed. After a full day of being activated, my device crashed and it has to do with |
can you replicate with the faster whisper lang detect? just to be sure it isnt a different issue with ggwave plugin itself
|
Going to close this and open in ovos-audio-transformer-plugin-ggwave. With the above configuration, I have had no issues for over 24 hrs |
when using any audio transformer plugin the cpu usage will continuously increase
replicated with ggwave and fasterwhisper lang detect plugins
reported by @builderjer and verified by @goldyfruit
The text was updated successfully, but these errors were encountered: