|
@@ -45,6 +45,26 @@ ________________________________________________________________________________
|
|
|
|
|
|
</details>
|
|
</details>
|
|
|
|
|
|
|
|
+<details>
|
|
|
|
+<summary markdown="span"> 🔸Proxmox CPU Scaling Governor</summary>
|
|
|
|
+
|
|
|
|
+<p align="center"><img src="https://github.com/tteck/Proxmox/blob/main/misc/images/cpu.png?raw=true" height="100"/></p>
|
|
|
|
+
|
|
|
|
+<h1 align="center" id="heading">Proxmox CPU Scaling Governor </h1>
|
|
|
|
+
|
|
|
|
+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)"
|
|
|
|
+```
|
|
|
|
+____________________________________________________________________________________________
|
|
|
|
+
|
|
|
|
+</details>
|
|
|
|
+
|
|
<details>
|
|
<details>
|
|
<summary markdown="span"> Proxmox LXC Updater</summary>
|
|
<summary markdown="span"> Proxmox LXC Updater</summary>
|
|
|
|
|