mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-24 09:10:16 -06:00
improvement: don't allow CPU to go deep state #performance
This commit is contained in:
parent
a58ce5cd0b
commit
f62c7c015d
@ -186,3 +186,7 @@ systemctl disable cloud-config iscsid cloud-final
|
||||
```
|
||||
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`.
|
||||
|
Loading…
Reference in New Issue
Block a user