标签:查看 最大 function com bsp dex enc number entry
http://www.512873.com/archives/612.html
Publish: March 6, 2019 Category: 文档 No Comments
查看当前cpu运行频率:
cat /proc/cpuinfo | grep -i "cpu mhz" |
开始设置:
cpupower -c all frequency- set -g performance 或者: cpupower frequency- set -g performance |
再次查看当前cpu运行频率,既最大频率运行了。
cat /proc/cpuinfo | grep -i "cpu mhz" |
[转帖]centos7设置CPU的运行频率为performance
标签:查看 最大 function com bsp dex enc number entry
原文地址:https://www.cnblogs.com/jinanxiaolaohu/p/11412147.html