summaryrefslogtreecommitdiff
path: root/man/oomd.conf.xml
diff options
context:
space:
mode:
authorAnita Zhang <the.anitazha@gmail.com>2021-06-24 14:58:40 -0700
committerAnita Zhang <the.anitazha@gmail.com>2021-06-30 03:51:05 -0700
commitcb5ce676d96df64fc08a551581489e6e196ea373 (patch)
tree4e715c092bf757e17f77c89527a5f1ecd1f5b2e0 /man/oomd.conf.xml
parenteeeaa422845a045bded6c44732d5e9b025084011 (diff)
downloadsystemd-cb5ce676d96df64fc08a551581489e6e196ea373.tar.gz
oomd: check mem free and swap free before doing a swap-based kill
https://bugzilla.redhat.com/show_bug.cgi?id=1974763
Diffstat (limited to 'man/oomd.conf.xml')
-rw-r--r--man/oomd.conf.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/oomd.conf.xml b/man/oomd.conf.xml
index 27914e0699..1092fee1da 100644
--- a/man/oomd.conf.xml
+++ b/man/oomd.conf.xml
@@ -50,10 +50,10 @@
<varlistentry>
<term><varname>SwapUsedLimit=</varname></term>
- <listitem><para>Sets the limit for swap usage on the system before <command>systemd-oomd</command>
- will take action. If the fraction of swap used on the system is more than what is defined here,
- <command>systemd-oomd</command> will act on eligible descendant control groups with swap usage greater
- than 5% of total swap, starting from the ones with the highest swap usage. Which
+ <listitem><para>Sets the limit for memory and swap usage on the system before <command>systemd-oomd</command>
+ will take action. If the fraction of memory used and the fraction of swap used on the system are both more than
+ what is defined here, <command>systemd-oomd</command> will act on eligible descendant control groups with swap
+ usage greater than 5% of total swap, starting from the ones with the highest swap usage. Which
control groups are monitored and what action gets taken depends on what the unit has configured for
<varname>ManagedOOMSwap=</varname>. Takes a value specified in percent (when suffixed with "%"),
permille ("‰") or permyriad ("‱"), between 0% and 100%, inclusive. Defaults to 90%.</para></listitem>