-
Notifications
You must be signed in to change notification settings - Fork 42
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
Causing 100% CPU usage #3
Comments
Does it drop or is it always 100% while running? |
When I first started it up it's about 35% then after about 20 seconds it spikes up to 100% and stays there. Sometimes i have to manually turn the PC off because it becomes completely unresponsive. |
Are you sure you're able to connect to the MQTT server? I have seen
instances (not in this project, but other mqtt-based projects) where if the
mqtt server can't connect or otherwise has a connection issue, the cpu
spikes.
…On Thu, Feb 15, 2018 at 10:04 AM, KROWN ***@***.***> wrote:
When I first started it up it's about 35% then after about 20 seconds it
spikes up to 100% and stays there. Sometimes i have to manually turn the PC
off because it becomes completely unresponsive.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAMeWslUEqOpDN0Pmd7RcwX6PFecvlRyks5tVHHIgaJpZM4SBF6e>
.
--
mike megally
|
Just tried it on another PC also windows 10 x64 and im having the same results as before. CPU starts at about 35% upon opening the program and then it just slowly keeps climbing until it hits 100%. The only item i have checked is the "volume sensor". When i click "Test Connection" i get "Connection ok" |
This performance issue is only on Release. On Debug output, processor usage by the app is ~1-3% (max of 5%). Also, this error that screenshot you've provided is also only in the release build. I think something is messed up with release configuration. |
Hi. Same issue here. Do you any solution? Thanks |
Other than just delete it idk. Tried it on multiple computers all being Intel though. Maybe try on an amd? And if that don't work I'm calling it completely broken. |
just upgraded to a new pc with an amd 2700x and the problem is still there. |
I tracked it down to the audioswitcher module, please try out the fixed build and report back :-) |
This program seems to immediately hit my CPU for 100% usage.
core i5-4670k 4.6ghz
windows 10 x64
The text was updated successfully, but these errors were encountered: