From 96f321b6b4cfbe524e3d264564047b03049fe7da Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 20 Feb 2023 12:52:33 +0000 Subject: man: document DefaultStartupMemoryLow= Fixes https://github.com/systemd/systemd/issues/26493 --- man/systemd.resource-control.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man/systemd.resource-control.xml') diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index f0112bb36b..f909240f7a 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, -- cgit v1.2.1