-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
Disabling CPU cores crashes the daemon. #654
Comments
Unfortunately, this looks like an upstream bug in So this isn't something we can fix. The issue on the psutil repo has had little activity as well. If I have some time, I might delve into the psutil source code and see if I can open a PR over there |
Ok i've submitted a PR on the psutil repo that should fix this. I imagine it will take some time for this to merge and make it into a release so we just have to wait. |
Congrats on getting it merged! |
Thank you so much beeing nice enough to fix this issue! Now I changed my laptop, and have one with AMD Ryzen 8845HS. I will try this, but for now I am getting higher watt useage compared to my old one. I am still trying to find the issue, before I will try this fix. Thank you again! |
Hi, |
Its not currently possible.
|
Hey there, i've been using this tool for about the past week and i think it's great. |
@Nolicx If you're interested in adding it, I think its a good idea and shouldn't be too difficult. |
Went ahead and did this. 5e17ee3 |
This bug was discovered in #603.
Running
echo 0 | sudo tee /sys/devices/system/cpu/cpuN/online
(where N is any integer greater than 0) causes the daemon to crashThis can be reproduced by running the command then running
systemctl status auto-cpufreq
orauto-cpufreq --stats
I'm going to look into this and hopefully open a PR to resolve this issue.
The text was updated successfully, but these errors were encountered: