[Power/Heat] 怎样才能使CPU以高性能模式运行?
Tofloor
poster avatar
永远得杨
deepin
2022-10-23 16:16
Author

【系统环境】
镜像版本:20.7.1
CPU:Intel Xeon Platinum 8375C 2.9Ghz-3.5Ghz
GPU:NVIDIA RTX A4000 16GB

【操作步骤】

命令:

cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_governors

输出:

conservative ondemand userspace powersave performance schedutil

可以看到输出显示“performance”,应该是支持高性能模式的。

【问题现象】

电源管理的性能模式中没有“高性能模式”。CPU一直低频运行,核心频率基本运行在0.8-1.2Ghz,性能比较差。

Reply Favorite View the author
All Replies
辉夜
deepin
2022-10-23 16:21
#1

https://bbs.deepin.org/post/241928

Reply View the author
安洛
deepin
2022-10-23 20:58
#2

电源管理中的平衡模式就是performance,省电模式就是powersave。(一般是这样)

也可以安装cpufrequtils:

sudo apt install cpufrequtils

然后

sudo cpufreq-set -g performance

强制启用performance。

performance会使cpu一直运行在最高频率。

Reply View the author