Proxmox set persistent CPU frequency
Posted: Sun Jan 04, 2026 4:48 pm
r720 r730XD set CPU governor
current govenor
current CPU freq
available CPU governors
set CPU governor
Proxmox CPU Scaling Governor script
https://community-scripts.github.io/Pro ... g-governor
current govenor
Code: Select all
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governorCode: Select all
cat /proc/cpuinfo | grep "MHz"Code: Select all
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governorsCode: Select all
sudo echo "powersave" | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governorhttps://community-scripts.github.io/Pro ... g-governor