| ... | ... | @@ -20,7 +20,7 @@ also do this with cpufreqtool. |
|
|
|
* check this using this command: `watch grep \"cpu MHz\" /proc/cpuinfo`
|
|
|
|
* have a look at [this link](http://askubuntu.com/questions/523640/how-i-can-disable-cpu-frequency-scaling-and-set-the-system-to-performance)
|
|
|
|
for further information.
|
|
|
|
* you mist disable p-state and c-state in linux so you need to add `intel_pstate=disable` to the Linux boot options,
|
|
|
|
* you must disable p-state and c-state in linux so you need to add `intel_pstate=disable` to the Linux boot options,
|
|
|
|
i.e `GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_pstate=disable processor.max_cstate=1 intel_idle.max_cstate=0 idle=poll""`
|
|
|
|
in `/etc/default/grub`, then perform `update-grub`
|
|
|
|
|
| ... | ... | |