Trigger out-of-memory process killer before lockup
This commit is contained in:
parent
1120cd4034
commit
ae5f23e793
|
@ -148,6 +148,9 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
# Trigger out-of-memory process killing earlier
|
||||
services.earlyoom.enable = true;
|
||||
|
||||
# Import other configuration modules
|
||||
imports = [
|
||||
./modules/hardware-configuration.nix
|
||||
|
|
Loading…
Reference in New Issue