Merge pull request #286324 from Izorkin/update-libvirt-oom

nixos/libvirt: changing process priority for oom killer
This commit is contained in:
Franz Pletz
2024-02-05 15:47:25 +01:00
committed by GitHub
@@ -466,6 +466,7 @@ in
Type = "notify";
KillMode = "process"; # when stopping, leave the VMs alone
Restart = "no";
OOMScoreAdjust = "-999";
};
restartIfChanged = false;
};