nixos/libvirt: changing process priority for oom killer
This commit is contained in:
parent
4c84a72c7c
commit
9ad115e5f3
1 changed files with 1 additions and 0 deletions
|
@ -466,6 +466,7 @@ in
|
|||
Type = "notify";
|
||||
KillMode = "process"; # when stopping, leave the VMs alone
|
||||
Restart = "no";
|
||||
OOMScoreAdjust = "-999";
|
||||
};
|
||||
restartIfChanged = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue