intel_pstate: disable

intel_pstate=passive throttles down to 1.8GHz after a few hours
This commit is contained in:
Motiejus Jakštys 2024-03-26 09:16:40 +02:00 committed by Motiejus Jakštys
parent 1f766d977d
commit 278ef99b1b

View File

@ -16,7 +16,7 @@ in {
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelModules = ["kvm-intel"];
kernelParams = ["intel_pstate=passive"];
kernelParams = ["intel_pstate=disable"];
loader.systemd-boot.enable = true;
initrd = {
availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usbhid"];