From: Luca Boccassi Date: Mon, 20 Feb 2023 12:52:33 +0000 (+0000) Subject: man: document DefaultStartupMemoryLow= X-Git-Tag: v254-rc1~1230 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96f321b6b4cfbe524e3d264564047b03049fe7da;p=thirdparty%2Fsystemd.git man: document DefaultStartupMemoryLow= Fixes https://github.com/systemd/systemd/issues/26493 --- diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index f0112bb36b3..f909240f7ad 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -280,7 +280,8 @@ Units may have their children use a default memory.min or memory.low value by specifying DefaultMemoryMin= or DefaultMemoryLow=, which has the same semantics as - MemoryMin= and MemoryLow=. + MemoryMin= and MemoryLow=, or DefaultStartupMemoryLow= + which has the same semantics as StartupMemoryLow=. This setting does not affect memory.min or memory.low in the unit itself. Using it to set a default child allocation is only useful on kernels older than 5.7,