619 B
619 B
creation date | tags | |||||
---|---|---|---|---|---|---|
2022-08-15 |
|
AMD
amd-pstate allows lower idle CPU frequencies. This is not default, let's enable it.
- Set any CPPC setting to
enabled
in BIOS (if available, try without it might also work) - Add
amd_pstate.shared_mem=1
as Kernel parameter - Add
amd-pstate
by editing/etc/modules-load.d/amd-pstate.conf
and insertingamd_pstate
into the file - Reboot
- Verify
- if you get low frequencies with
watch -n1 "grep \"^[c]pu MHz\" /proc/cpuinfo"
- if you get the proper scaling driver with
/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver
- if you get low frequencies with