From a7490f121fbecf34d2201d40c238073e1263009c Mon Sep 17 00:00:00 2001 From: TheHillBright <150074496+TheHillBright@users.noreply.github.com> Date: Wed, 21 May 2025 18:38:12 +0800 Subject: [PATCH] journald: clarify doc for usage-related values cap (#37528) The old description makes users wrongly assume that the cap of 4G applied, even when the user specifies a value that will result in higher than 4G. This commit avoids this misunderstanding. (cherry picked from commit 33084145315029775748a89da836465783d65bb3) (cherry picked from commit 137d765b2d01dc93a0ec182654ddf4b9b4114bcf) --- man/journald.conf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/journald.conf.xml b/man/journald.conf.xml index 1aa74926ab5..5245bf7746f 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -277,7 +277,7 @@ and use the smaller of the two values. The first pair defaults to 10% and the second to 15% of - the size of the respective file system, but each value is + the size of the respective file system, but each of the calculated default values is capped to 4G. If the file system is nearly full and either SystemKeepFree= or RuntimeKeepFree= are violated when -- 2.47.3