mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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 New Issue
Block a user