Merge pull request #260 from interduo/patch-28

improvement: add tuning of performance governor
This commit is contained in:
Dave Täht
2023-02-08 11:50:56 -08:00
committed by GitHub

View File

@@ -179,3 +179,8 @@ systemctl show -p WantedBy network-online.target
```
systemctl disable cloud-config iscsid cloud-final
```
## Performance tips
#Set propper governor for CPU (baremetal/hypervisior host)
```cpupower frequency-set --governor performance```