increase swappiness

This commit is contained in:
Adithya 2024-01-04 21:51:23 +05:30
parent d82bc976c8
commit ccbcc79f25
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -21,7 +21,7 @@
kernelPackages = pkgs.linuxPackages_zen;
kernelParams = [ "quiet" ];
kernel.sysctl = {
"vm.swappiness" = 0;
"vm.swappiness" = 10;
};
};
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";