6 lines
148 B
Bash
Executable File
6 lines
148 B
Bash
Executable File
# performance cpu frequency governor
|
|
cpupower frequency-set -g performance
|
|
|
|
# No Turbo Boost
|
|
echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo
|