Skip to content

Commit b0c805f

Browse files
authored
Update boot.nix
1 parent ac617f9 commit b0c805f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/default/boot.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ in
3030
themePackages = [ plymouth-glfos ];
3131
};
3232
kernel.sysctl = {
33-
vm_swappiness = 100;
33+
vm_swappiness = 10;
3434
vm_vfs_cache_pressure = 50;
3535
vm_dirty_bytes = 268435456;
36-
"vm.page-cluster" = 0;
3736
"vm.max_map_count" = 16777216;
3837
vm_dirty_background_bytes = 67108864;
3938
vm_dirty_writeback_centisecs = 1500;

0 commit comments

Comments
 (0)