Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
17
rated 0 times [  17] [ 0]  / answers: 1 / hits: 47812  / 1 Year ago, sat, may 6, 2023, 9:56:34

For the past few days my computer has been revving its fans while not doing very much. I'm talking an instance of Firefox, gedit, few terminator windows and that's about it. I have conky running on my desktop and it tells me the following:



enter image description here



Worse than the noisy fans the power draw (about 50W if you'll believe our energy monitor) are the X lockups. The applications keep freezing and I'm trying to get work done. All this makes Oli a dull boy.



I was really confused that neither conky or htop were showing me a process but I've just run ps aux | sort -k 3 and I'm seeing a number of processes that look like they might be contributing to my pain:



root         6  0.0  0.0      0     0 ?        S    Nov27   0:00 [migration/0]
root 7 0.0 0.0 0 0 ? S Nov27 0:00 [migration/1]
root 11 0.0 0.0 0 0 ? S Nov27 0:00 [migration/2]
root 14 2589903 0.0 0 0 ? S Nov27 21114581:29 [migration/3]
root 17 97.2 0.0 0 0 ? S Nov27 11543:55 [migration/4]
root 26 97.7 0.0 0 0 ? S Nov27 11601:34 [migration/7]
root 23 99.6 0.0 0 0 ? S Nov27 11834:39 [migration/6]
root 20 99.7 0.0 0 0 ? S Nov27 11837:29 [migration/5]


What on earth are these migration things? More importantly, how can I kill them without nuking my system?



Edit: Other details. I run on nvidia graphics hardware using the closed-binary driver (from onereic-updates). I have and have recently used VirtualBox. It's an Intel motherboard chipset and processor. I have a dmraid-based SSD and a mdraid-based storage "cluster" (where most of my profile lives). If you need more, just poke me.


More From » cpu

 Answers
2

You can't, the threads you are seeing are kernel threads responsible for moving threads between CPUs.



They are part of the Kernel scheduler and are not responsible for the pain you are having.



(I know that this not answer why you are having pain in the first place, more to that later.)


[#41622] Monday, May 8, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
curatekill

Total Points: 376
Total Questions: 117
Total Answers: 102

Location: Wales
Member since Mon, May 17, 2021
3 Years ago
;