Undervolting CPU with ubuntu 16.04

16,742

Yes, with TLP you can scale you CPU frequency (Look at this post: TLP don't change CPU frequency). You can specify to reduce the CPU frequency.

CPU_SCALING_GOVERNOR_ON_AC=powersave
CPU_SCALING_GOVERNOR_ON_BAT=powersave 

More info here: http://linrunner.de/en/tlp/docs/tlp-configuration.html

However I found another article about CPU limiting

http://blog.scoutapp.com/articles/2014/11/04/restricting-process-cpu-usage-using-nice-cpulimit-and-cgroups

Although, it isn't about limit CPU frequency, you could reduce your CPU load/consumption with an application like cpulimit (https://github.com/opsengine/cpulimit)

Hope this helps.

Share:
16,742

Related videos on Youtube

amanusk
Author by

amanusk

Updated on September 18, 2022

Comments

  • amanusk
    amanusk over 1 year

    I was looking into undervolting my laptop CPU. I could only find guides on phc that are said to be outdated. Is there a tool for that in the new version? Is it possible with TLP?

  • amanusk
    amanusk almost 8 years
    Thanks, but I was not interested in decreasing frequency. This could be done with for file in /sys/devices/system/cpu/cpu*/cpufreq/scaling_max_freq; do echo "3500000" > $file; done I was specifically interested in decreasing voltage per frequency.
  • FredericB
    FredericB almost 8 years
    I misunderstood, sorry. But TLP can control undervolting ability, but I couldn't find and tool to do it. However I found a good tutorial: ullright.org/ullWiki/show/ubuntu-undervoltage-linux-ppc
  • Csaba Toth
    Csaba Toth about 6 years
    Do you have any suggestions for AMD CPUs/GPUs?
  • BNDR
    BNDR about 6 years
    Sorry, I am not an expert so I cannot draw recommendations. But I bet that there is someone out there with your same questions, the task is finding them!
  • Suici Doga
    Suici Doga almost 6 years
    @CsabaToth turionpowercontrol works
  • forgetso
    forgetso about 5 years
    Seems like there is a solution for newer intel processors here