Setting this environment variable to "performance" to enable cores to run at performance mode.
"scaling_governor" is a configuration file in Linux's "cpufreq" model. There are five mode in "scaling_governor" which are performance, powersave, userspace, ondemand, and conservative.
Performance: Lock the CPU's frequency at top speed without adjusting dynamically,which may require additional power;
Powersave: CPU will work at the minimum frequency;
Userspace: Provides the corresponding interface for the user-mode application program to adjust the frequency of CPU;
Ondemand: Quick dynamic adjustment of CPU frequency on demand, and will reach the maximum frequency;
Conservative: Frequency will be adjusted on demand.
We use "cpupower frequency-set -g performance" to set this environment variable to "performance".
Model | Minimum cTDP | Maximum cTDP |
---|---|---|
EPYC 7452 | 155 | 155 |
EPYC 7742 | 225 | 240 |
EPYC 7763 | 225 | 280 |
EPYC 7713 | 225 | 240 |
EPYC 7713P | 225 | 240 |
EPYC 7663 | 225 | 240 |
EPYC 7643 | 225 | 240 |
EPYC 75F3 | 225 | 280 |
EPYC 7543 | 225 | 240 |
EPYC 7543P | 225 | 240 |
EPYC 7513 | 165 | 200 |
EPYC 7453 | 225 | 240 |
EPYC 74F3 | 225 | 240 |
EPYC 7443 | 165 | 200 |
EPYC 7443P | 165 | 200 |
EPYC 7413 | 165 | 200 |
EPYC 73F3 | 225 | 240 |
EPYC 7343 | 165 | 200 |
EPYC 7313 | 155 | 180 |
EPYC 7313P | 155 | 180 |
EPYC 72F3 | 165 | 200 |