Change to normal CachyOS kernel and use scx_rusty.

This commit is contained in:
xmm16 2024-12-13 00:18:30 -03:00
commit dc6427981c
No known key found for this signature in database

View file

@ -38,7 +38,7 @@
enableStrictShellChecks = true;
};
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
boot.kernelPackages = pkgs.linuxPackages_cachyos;
boot.kernelParams = [
"default_hugepagesz=1G"
@ -61,8 +61,8 @@
services.scx = {
enable = true;
scheduler = "scx_lavd";
extraArgs = ["--performance"];
scheduler = "scx_rusty";
extraArgs = ["-r -k -b -i 1"];
};
boot.runSize = "100%";