-
Notifications
You must be signed in to change notification settings - Fork 12
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
High CPU consumption of ovos-skill-launcher when ovos-core restarts #151
Comments
This happens as well at every reboot. |
When this happens,
|
i believe this is just the skill registering all it's data, it is a lot of bus messages! |
I believe this needs to be refactored to run async and cap the number of skills it tries to load at once. |
unrelated to this discussion, this issue is about using the ovos workshop standalone launcher instead of core loading the skills |
When running a skill as standalone, the
ovos-skill-launcher
process consume almost 100% CPU, this happens whenovos-core
service restart.Everything settle after a while but this could crash a system as the load average could go up to 20 on a Raspberry Pi 4!
The text was updated successfully, but these errors were encountered: