mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
system: adjust swappiness
This commit is contained in:
@@ -32,7 +32,6 @@ inputs:
|
||||
{
|
||||
kernel.sysctl =
|
||||
{
|
||||
"vm.swappiness" = 10;
|
||||
"vm.oom_kill_allocating_task" = true;
|
||||
"vm.oom_dump_tasks" = false;
|
||||
"vm.overcommit_memory" = 1;
|
||||
|
||||
Reference in New Issue
Block a user