mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Use scx_cake scheduler
This commit is contained in:
parent
cf58bf4959
commit
9f3c3bd94a
@ -49,6 +49,11 @@
|
||||
)
|
||||
);
|
||||
|
||||
services.scx = { # https://wiki.cachyos.org/configuration/sched-ext/#general-recommendations
|
||||
enable = true;
|
||||
scheduler = "scx_cake";
|
||||
};
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
"vm.max_map_count" = 16777216;
|
||||
"net.ipv4.tcp_congestion_control" = "bbr";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user