| ... | @@ -26,6 +26,7 @@ also do this with cpufreqtool. Also, disable hyperthreading in BIOS and make sur |
... | @@ -26,6 +26,7 @@ also do this with cpufreqtool. Also, disable hyperthreading in BIOS and make sur |
|
|
* Append "blacklist intel_powerclamp" to the end of /etc/modprobe.d/blacklist.conf, to blacklist the intel_powerclamp" module. If the file does not exist, create one, and add the line into it.
|
|
* Append "blacklist intel_powerclamp" to the end of /etc/modprobe.d/blacklist.conf, to blacklist the intel_powerclamp" module. If the file does not exist, create one, and add the line into it.
|
|
|
* You also need to disable hyperthreading, CPU frequency control, C-States, P-States and any other power management from BIOS as well.
|
|
* You also need to disable hyperthreading, CPU frequency control, C-States, P-States and any other power management from BIOS as well.
|
|
|
* Install i7z utility to check the cpu
|
|
* Install i7z utility to check the cpu
|
|
|
|
|
|
|
```shell
|
|
```shell
|
|
|
sudo apt-get install i7z
|
|
sudo apt-get install i7z
|
|
|
sudo i7z
|
|
sudo i7z
|
| ... | | ... | |