Replies: 1 comment 6 replies
|
are you sure this isn't because your temperature gets high? To my experience this happens also when CPU is raising temperature and some CPUs are taken offline cause of that. |
6 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.
I have an performance issues with my Raspberry PI 3b+ because of offline CPUs.
My setup:
When I use
lscpuI see that 3 of my 4 CPUs are offline for some reason.:I tried enabling them by using this command but it fails with an permission denied:
I researched a little bit and found out that I would need to set a Kernal parameter in order to allow "hot enabling/disabling" the CPUs. Sadly I was not able to find the location where I could do so.
Would someone know more?
EDIT: I also asked an acquaintance of mine to test this on his Raspberries. He experienced the same problems, so it is reproducible.
All reactions