赞
踩
一、安装cpu频率管理软件
sudo apt-get install cpufrequtils
二、查看cpu当前状态
cpufreq-info
其中available cpufreq governors:performance,powersave表示我的cpu目前只支持高性能和省电两个模式
所有的策略模式包括powersave, userspace, ondemand, conservative, performance这几种
三、设置cpu策略(在此我设置的策略是performance)
sudo cpufreq-set -g performance
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。