diff options
author | Anita Zhang <the.anitazha@gmail.com> | 2020-03-09 23:09:17 +0100 |
---|---|---|
committer | Anita Zhang <the.anitazha@gmail.com> | 2020-10-08 01:17:23 +0200 |
commit | 4d824a4e0b008a359adda0e960706316f207047e (patch) | |
tree | 04c5b68e821899102206ae1be6746632aa96d9cd /docs/TRANSIENT-SETTINGS.md | |
parent | unit: don't emit PropertiesChanged signal if adding a dependency to a unit is... (diff) | |
download | systemd-4d824a4e0b008a359adda0e960706316f207047e.tar.xz systemd-4d824a4e0b008a359adda0e960706316f207047e.zip |
core: add ManagedOOM*= properties to configure systemd-oomd on the unit
This adds the hook ups so it can be read with the usual systemd
utilities. Used in later commits by sytemd-oomd.
Diffstat (limited to 'docs/TRANSIENT-SETTINGS.md')
-rw-r--r-- | docs/TRANSIENT-SETTINGS.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/TRANSIENT-SETTINGS.md b/docs/TRANSIENT-SETTINGS.md index f8ff413d28..f0dc2ee20f 100644 --- a/docs/TRANSIENT-SETTINGS.md +++ b/docs/TRANSIENT-SETTINGS.md @@ -270,6 +270,9 @@ All cgroup/resource control settings are available for transient units ✓ IPAccounting= ✓ IPAddressAllow= ✓ IPAddressDeny= +✓ ManagedOOMSwap= +✓ ManagedOOMMemoryPressure= +✓ ManagedOOMMemoryPressureLimitPercent= ``` ## Process Killing Settings |