diff options
author | Anita Zhang <the.anitazha@gmail.com> | 2021-02-02 23:16:03 +0100 |
---|---|---|
committer | Anita Zhang <the.anitazha@gmail.com> | 2021-02-03 02:52:48 +0100 |
commit | 0a9f93443be9e04fa77317bc5e28742b433277c6 (patch) | |
tree | 9b17a938938730ac1035f57f4d4ff8e09e5db5a9 /docs/TRANSIENT-SETTINGS.md | |
parent | parse-util: add permyriad parsing (diff) | |
download | systemd-0a9f93443be9e04fa77317bc5e28742b433277c6.tar.xz systemd-0a9f93443be9e04fa77317bc5e28742b433277c6.zip |
oom: rework *MemoryPressureLimit= properties to have 1/10000 precision
Requested in
https://github.com/systemd/systemd/pull/15206#discussion_r505506657,
preserve the full granularity for memory pressure limits (permyriad)
instead of capping out at percent.
Diffstat (limited to 'docs/TRANSIENT-SETTINGS.md')
-rw-r--r-- | docs/TRANSIENT-SETTINGS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TRANSIENT-SETTINGS.md b/docs/TRANSIENT-SETTINGS.md index 50b9a42fa1..5037060254 100644 --- a/docs/TRANSIENT-SETTINGS.md +++ b/docs/TRANSIENT-SETTINGS.md @@ -272,7 +272,7 @@ All cgroup/resource control settings are available for transient units ✓ IPAddressDeny= ✓ ManagedOOMSwap= ✓ ManagedOOMMemoryPressure= -✓ ManagedOOMMemoryPressureLimitPercent= +✓ ManagedOOMMemoryPressureLimit= ``` ## Process Killing Settings |