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
commit 679c5e9a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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```