Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
nixos/modules/misc/crashdump: remove idle=poll (fix #66464)
Browse files Browse the repository at this point in the history
Previously, "idle=poll" would severely overheat some CPUs
  • Loading branch information
aaronjanse committed Aug 13, 2019
1 parent 8746c77 commit 011fa89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos/modules/misc/crashdump.nix
Expand Up @@ -58,7 +58,6 @@ in
"crashkernel=${crashdump.reservedMemory}"
"nmi_watchdog=panic"
"softlockup_panic=1"
"idle=poll"
];
kernelPatches = [ {
name = "crashdump-config";
Expand Down

0 comments on commit 011fa89

Please sign in to comment.