我有9700 K的服务器,并想让涡轮增压得到4.9 GHz。
我已经安装了cpufrequtils并设置了性能模式。
通过猫/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq‘,我得到了3.6 GHz。
使用Ubuntu18.04.3 LTS。
发布于 2019-08-06 12:34:48
cat /sys/devices/system/cpu/intel_pstate/no_turbo需要显示一个0。让它成为0 ..。
sudo -i
echo "0" | tee /sys/devices/system/cpu/intel_pstate/no_turbo
exithttps://askubuntu.com/questions/1163804
复制相似问题