improvement: don't allow CPU to go deep state #performance

This commit is contained in:
Interduo 2023-02-14 18:00:56 +01:00 committed by GitHub
parent a58ce5cd0b
commit f62c7c015d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,3 +186,7 @@ systemctl disable cloud-config iscsid cloud-final
``` ```
cpupower frequency-set --governor performance cpupower frequency-set --governor performance
``` ```
#Don't allow CPU to go deep sleep state
Edit `/etc/default/grub` and add `intel_pstate=disable` to *GRUB_CMDLINE_LINUX_DEFAULT* and run command `update-grub2`.