n/khas: nohz_full causes issue with suspend-to-ram/modern standby

main
Robert Gerus 2023-11-30 13:25:43 +01:00 committed by Ari Gato
parent 713d0bd48f
commit 27f5946f71
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
gaming gaming
]; ];
boot.kernelParams = [ "nohz_full=1-15" ]; # boot.kernelParams = [ "nohz_full=1-15" ];
boot.kernelPatches = with lib.kernel; [{ boot.kernelPatches = with lib.kernel; [{
name = "disable transparent hugepages for virtio-gpu"; name = "disable transparent hugepages for virtio-gpu";