intel_pstate=passive
intel_pstate=no_hwp throttles the frequency to ~1.2GHz
This commit is contained in:
parent
6d5419f4d6
commit
b1ec183338
@ -16,7 +16,7 @@ in {
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelModules = ["kvm-intel"];
|
||||
kernelParams = ["intel_pstate=no_hwp"];
|
||||
kernelParams = ["intel_pstate=passive"];
|
||||
loader.systemd-boot.enable = true;
|
||||
initrd = {
|
||||
availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usbhid"];
|
||||
|
Loading…
Reference in New Issue
Block a user