From: Daan De Meyer Date: Tue, 25 Oct 2022 11:44:32 +0000 (+0200) Subject: man: Mention that journal file size is capped to 4G in compact mode X-Git-Tag: v252~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb6a971cca89c9859638dd6d5c3dd13a835c8aa9;p=thirdparty%2Fsystemd.git man: Mention that journal file size is capped to 4G in compact mode --- diff --git a/man/journald.conf.xml b/man/journald.conf.xml index a14abad32df..24cee4c8b2f 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -273,21 +273,16 @@ RuntimeMaxUse= limit after a vacuuming operation is complete. - SystemMaxFileSize= and - RuntimeMaxFileSize= control how large - individual journal files may grow at most. This influences - the granularity in which disk space is made available through - rotation, i.e. deletion of historic data. Defaults to one - eighth of the values configured with - SystemMaxUse= and - RuntimeMaxUse=, so that usually seven - rotated journal files are kept as history. - - Specify values in bytes or use K, M, G, T, P, E as - units for the specified sizes (equal to 1024, 1024², … bytes). - Note that size limits are enforced synchronously when journal - files are extended, and no explicit rotation step triggered by - time is needed. + SystemMaxFileSize= and RuntimeMaxFileSize= control how + large individual journal files may grow at most. This influences the granularity in which disk space + is made available through rotation, i.e. deletion of historic data. Defaults to one eighth of the + values configured with SystemMaxUse= and RuntimeMaxUse=, so + that usually seven rotated journal files are kept as history. If the journal compact mode is enabled + (enabled by default), the maximum file size is capped to 4G. + + Specify values in bytes or use K, M, G, T, P, E as units for the specified sizes (equal to + 1024, 1024², … bytes). Note that size limits are enforced synchronously when journal files are + extended, and no explicit rotation step triggered by time is needed. SystemMaxFiles= and RuntimeMaxFiles= control how many