forked from mirrors/nixpkgs
nixos/modules/misc/crashdump: remove idle=poll (fix #66464)
Previously, "idle=poll" would severely overheat some CPUs
This commit is contained in:
parent
8746c77a38
commit
011fa89b92
|
@ -58,7 +58,6 @@ in
|
||||||
"crashkernel=${crashdump.reservedMemory}"
|
"crashkernel=${crashdump.reservedMemory}"
|
||||||
"nmi_watchdog=panic"
|
"nmi_watchdog=panic"
|
||||||
"softlockup_panic=1"
|
"softlockup_panic=1"
|
||||||
"idle=poll"
|
|
||||||
];
|
];
|
||||||
kernelPatches = [ {
|
kernelPatches = [ {
|
||||||
name = "crashdump-config";
|
name = "crashdump-config";
|
||||||
|
|
Loading…
Reference in a new issue