performance方法:
在sys/devices/system/cpu/cpu0/cpufreq目录下:
echo performance > scaling_governor
------------------------------
| Governor | Description |
|---|---|
| performance | Run the CPU at the maximum frequency. |
https://www.kernel.org/doc/Documentation/cpu-freq/user-guide.txt
https://www.kernel.org/doc/Documentation/cpu-freq/governors.txt
https://wiki.archlinux.org/index.php/CPU_frequency_scaling
https://blog.youkuaiyun.com/DroidPhone/article/details/9346981
博客介绍了performance方法,可在sys/devices/system/cpu/cpu0/cpufreq目录下,通过执行echo performance > scaling_governor来设置。同时还提供了相关文档和博客的链接,如kernel.org及blog.youkuaiyun.com的相关内容。
1007

被折叠的 条评论
为什么被折叠?



