intel_pstate=passive

intel_pstate=no_hwp throttles the frequency to ~1.2GHz
main
Motiejus Jakštys 2024-03-25 13:39:39 +02:00 committed by Motiejus Jakštys
parent 6d5419f4d6
commit b1ec183338
1 changed files with 1 additions and 1 deletions

View File

@ -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"];