CPU 超频 Linux

参考
首先确定计算机处于最大性能模式(max performance):主要是让CPU处于全速工作模式
方法一:在bios(cpu 选项,或者电源管理选项)直接配置为max performance(我的系统无法设置),重启即可;
方法二:yum install cpupowerutils
cpupower -c all frequency-set -g performance (不用安装,自带cpupower 命令)
或者cpupower frequency-set -g performance
方法三:service cpuspeed stop

重启系统!!!

查看当前governor
1、cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
powersave或者performance

2、cat /proc/cpuinfo | grep -i "cpu mhz"
显示每个CPU的当前运行频率

3、cpupower frequency-info

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容