[SOLVED] CPU Freq. down clocking


Recommended Posts

Hey all,

I recently upgraded and updated my server but i noticed that the CPU doesn't throttle back when it isn't utilized.

Unraid: 6.0.1

CPU: Intel i3 4170

Motherboad:  Gigabyte H97N-WIFI

 

The following command gives me: cat /proc/cpuinfo |egrep -i mh

cpu MHz        : 3700.144

cpu MHz        : 3652.882

cpu MHz        : 3700.000

cpu MHz        : 3700.144

 

Hope that anyone can help me with this.

Thanks in advance

 

-Rexl

 

Link to comment

There's another thread about this here http://lime-technology.com/forum/index.php?topic=36575.0

it was supposedly fixed, but it doesn't work for me (for whatever reason).

You can add intel_pstate=disable to your syslinux.cfg file, and it will use the older throttling driver.

 

The relevant section right under "timeout 50" would look like this:

label unRAID OS
  menu default
  kernel /bzimage
  append intel_pstate=disable initrd=/bzroot

 

Mine now throttles and consumes ~15-20 watts less at idle, with lower average temp.

I'd still like this fixed, but I seem to be a minority with this issue.

Link to comment

Well I read the topic and it seems that the WebGUI indeed throttle all the cores to 100%, whereas with the  intel_pstate=disable statement the cores throttle more dynamic in the end it doesnt really matter that much power consumption wise. So I will keep it config file without the additional line.

 

Thanks for all the input!

 

-Rexl

 

ps. thread can be closed as it solved for me:)

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.