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
commit fadde8db1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -466,6 +466,7 @@ in
Type = "notify";
KillMode = "process"; # when stopping, leave the VMs alone
Restart = "no";
OOMScoreAdjust = "-999";
};
restartIfChanged = false;
};