| ... | ... | @@ -21,7 +21,7 @@ also do this with cpufreqtool. |
|
|
|
* 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 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""`
|
|
|
|
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`
|
|
|
|
|
|
|
|
Note: when using the new kernel dead line scheduler, you need to have
|
| ... | ... | |