Skip to content

Commit

Permalink
common: set kernel.split_lock_mitigate sysfs tunable to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Dec 26, 2024
1 parent 70a8cc7 commit ed67018
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
# Those should be defaults usually
"vm.compact_unevictable_allowed" = 1;
"vm.compaction_proactiveness" = 20;

"kernel.split_lock_mitigate" = 0;
};
};
initrd.systemd.enable = true;
Expand Down

0 comments on commit ed67018

Please sign in to comment.