]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document DefaultStartupMemoryLow=
authorLuca Boccassi <bluca@debian.org>
Mon, 20 Feb 2023 12:52:33 +0000 (12:52 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 20 Feb 2023 13:35:15 +0000 (13:35 +0000)
Fixes https://github.com/systemd/systemd/issues/26493

man/systemd.resource-control.xml

index f0112bb36b35c790e6b28e87397ffccaeed9b049..f909240f7ad53a11efdc19aa808016cedfb0f686 100644 (file)
           <para>Units may have their children use a default <literal>memory.min</literal> or
           <literal>memory.low</literal> value by specifying <varname>DefaultMemoryMin=</varname> or
           <varname>DefaultMemoryLow=</varname>, which has the same semantics as
-          <varname>MemoryMin=</varname> and <varname>MemoryLow=</varname>.
+          <varname>MemoryMin=</varname> and <varname>MemoryLow=</varname>, or <varname>DefaultStartupMemoryLow=</varname>
+          which has the same semantics as <varname>StartupMemoryLow=</varname>.
           This setting does not affect <literal>memory.min</literal> or <literal>memory.low</literal>
           in the unit itself.
           Using it to set a default child allocation is only useful on kernels older than 5.7,