We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86bcb9 commit 6290be9Copy full SHA for 6290be9
modules/default/boot.nix
@@ -30,6 +30,7 @@ in
30
themePackages = [ plymouth-glfos ];
31
};
32
kernel.sysctl = {
33
+ "kernel.split_lock_mitigate" = 0;
34
vm_swappiness = 10;
35
vm_vfs_cache_pressure = 50;
36
vm_dirty_bytes = 268435456;
0 commit comments