Use scx_cake scheduler

This commit is contained in:
Username404-59 2026-07-01 03:11:31 +02:00
parent cf58bf4959
commit 9f3c3bd94a
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7

View File

@ -49,6 +49,11 @@
) )
); );
services.scx = { # https://wiki.cachyos.org/configuration/sched-ext/#general-recommendations
enable = true;
scheduler = "scx_cake";
};
boot.kernel.sysctl = { boot.kernel.sysctl = {
"vm.max_map_count" = 16777216; "vm.max_map_count" = 16777216;
"net.ipv4.tcp_congestion_control" = "bbr"; "net.ipv4.tcp_congestion_control" = "bbr";