Reduce CPU consumption on Proxmox⚑
- Login to the Proxmox host via the web interface by pressing on Shell
- Install the package
cpufrequtilsviaapt install cpufrequtilsapt update && apt install cpufrequtils - See available governors via
cpufreq-info -gcpufreq-info -g - See current governor
cpufreq-info -p - Set the governor to
powersaveviacpufreq-set -g powersavecpufreq-set -g powersave - Make it persistent
echo 'GOVERNOR="powersave"' | tee /etc/default/cpufrequtils