CentOS 7 设置 CPU 运行频率为 Performance

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
喜欢就支持一下吧
点赞0 分享 收藏
评论 抢沙发
欢迎您留下宝贵的见解!(至少 2 字)
提交
昵称

昵称

昵称 表情 快捷回复

    暂无评论内容