Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit a81499a

Browse files
refactor(workstation/kernel): lower background dirty ratio
1 parent b97313f commit a81499a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nixos/workstation/modules/kernel/common.nix

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ in {
77
kernel.sysctl = {
88
"kernel.sysrq" = mkDefault 1;
99

10-
"vm.dirty_background_ratio" = 15;
1110
"vm.dirty_ratio" = 25;
1211
};
1312
};

0 commit comments

Comments
 (0)