We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac617f9 commit b0c805fCopy full SHA for b0c805f
modules/default/boot.nix
@@ -30,10 +30,9 @@ in
30
themePackages = [ plymouth-glfos ];
31
};
32
kernel.sysctl = {
33
- vm_swappiness = 100;
+ vm_swappiness = 10;
34
vm_vfs_cache_pressure = 50;
35
vm_dirty_bytes = 268435456;
36
- "vm.page-cluster" = 0;
37
"vm.max_map_count" = 16777216;
38
vm_dirty_background_bytes = 67108864;
39
vm_dirty_writeback_centisecs = 1500;
0 commit comments