Merge pull request #66593 from aaronjanse/crashdump-poll-fix
fix crashDump overheating
This commit is contained in:
commit
d66f89022f
nixos/modules/misc
|
@ -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