偷得浮生半桶水(半日闲), 好记性不如抄下来(烂笔头). 信息爆炸的时代, 学习是一项持续的工作.
全部博文(1748)
分类: LINUX
2012-12-24 16:03:10
对CPU 过热,使用如下方式
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies 找出最大最小值。
udo apt-get install sysfsutils
sudo vim /etc/sysfs.confThat will open a file, you need to add the following lines to that file (at the end of it):
devices/system/cpu/cpu0/cpufreq/scaling_governor = ondemand
devices/system/cpu/cpu0/cpufreq/scaling_max_freq = MAX
devices/system/cpu/cpu0/cpufreq/scaling_min_freq = MIN