High CPU Usage for "kidle_inject / x" in Ubuntu 16.10 - Ask Ubuntu
this question has answer here:
- kidle_inject causing high load 3 answers
after upgrading ubuntu 16.10 not able use laptop because of high cpu usage of "kidle_inject".
pid user pr ni virt res shr s %cpu %mem time+ command 7966 root -51 0 0 0 0 s 35.2 0.0 4:27.77 kidle_inject/1 8327 xxxx 20 0 1906104 302952 69876 s 34.9 3.7 0:08.15 chromium-browse 7968 root -51 0 0 0 0 s 34.5 0.0 4:31.28 kidle_inject/3 7965 root -51 0 0 0 0 s 33.9 0.0 4:24.68 kidle_inject/0 7967 root -51 0 0 0 0 s 32.6 0.0 4:28.50 kidle_inject/2
sudo rmmod intel_powerclamp
stops crazy processes need execute each time after restarting pc.
please me. thanks.
you can make permanent making blacklisted on boot:
sudo echo "blacklist intel_powerclamp" > /etc/modprobe.d/disable-powerclamp.conf
however should noted powerclamp feature there prevent processor further overheating limiting how of cpu can used. in fact processes (1 each cpu core) aren't using cpu, rather dictating how of should not used.
why things slower.
instead of disabling feature, suggest make sure fan working , inside of computer , vents clean , not blocked dust etc. feature comes on when machine overheating, try prevent overheating further. in fact disabling cause machine overheat , hardware damaged.
so highly advise make sure fan working , machine isn't overheating before deciding turn feature off.
Comments
Post a Comment