From c6db0465329eaae730302bc8342d53bd41617fb7 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 25 Mar 2022 11:08:06 -0400 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 4af4cd92..f5e95dd4 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,26 @@ ________________________________________________________________________________ +
+ 🔸Proxmox CPU Scaling Governor + +

+ +

Proxmox CPU Scaling Governor

+ +CPU Scaling Governor enables the operating system to scale the CPU frequency up or down in order to save power or improve performance. + +[Generic Scaling Governors](https://www.kernel.org/doc/html/latest/admin-guide/pm/cpufreq.html?#generic-scaling-governors) + +Run the following in the Proxmox Shell. + +```yaml +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/scaling-governor.sh)" +``` +____________________________________________________________________________________________ + +
+
Proxmox LXC Updater