[SOLVED] grub intel_pstate

TwiX

Renowned Member
Feb 3, 2015
320
23
83
Hi,

Seems that settle 'intel_pstate=disable' in /etc/default/grub is not working anymore.
However, intel_idle.max_cstate=0 processor.max_cstate=1 permit cpus to work at higher frequency but turbo still active.
In order to avoid sync issues inside vms, I'd prefer want my cpus working at constant freq. Is there a way to do it ?

Thanks in advanced !
 
I don't monit power consumption sorry.

Just noticed that I tried all possibles values :
processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll
processor.max_cstate=1 intel_idle.max_cstate=1 idle=poll
processor.max_cstate=0 intel_idle.max_cstate=1 idle=poll
processor.max_cstate=1 intel_idle.max_cstate=0 idle=poll

CPU runs at its maximum speed => turbo always on. :eek:
 
grub with only idle=poll is enough to put CPU at its maximum speed.