CentOS 7 设置 CPU 运行频率为 Performance
查看当前 CPU 频率
cat /proc/cpuinfo | grep -i "cpu mhz"
设置为 Performance 模式
cpupower -c all frequency-set -g performance
或简写:
cpupower frequency-set -g performance
再次查看确认
cat /proc/cpuinfo | grep -i "cpu mhz"
此时 CPU 应以最大频率运行。
文章版权归作者所有,未经允许请勿转载。
THE END
喜欢就支持一下吧



暂无评论内容