From: Zbigniew Jędrzejewski-Szmek Date: Sun, 7 Jul 2013 03:33:26 +0000 (-0400) Subject: man: tweak the description of System/RuntimeMaxUse X-Git-Tag: v206~180 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=65b571fcfbeb7024b7e1573404c27fcf77322d0b;hp=19887cd06a3af2f045e763986eda19e208bd3f85;p=elogind.git man: tweak the description of System/RuntimeMaxUse https://bugs.freedesktop.org/show_bug.cgi?id=66657 --- diff --git a/man/journald.conf.xml b/man/journald.conf.xml index b161b34e4..5986d61c4 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -256,15 +256,14 @@ system. SystemKeepFree= and RuntimeKeepFree= - control how much disk space the - journal shall always leave free for - other uses if less than the disk space - configured in - SystemMaxUse= and - RuntimeMaxUse= is - available. Defaults to 15% of the size - of the respective file - system. SystemMaxFileSize= + control how much disk space + systemd-journald shall always leave + free for other uses. Defaults to 15% + of the size of the respective file + system. systemd-journald will respect + both limits, i.e. use the smaller of + the two values. + SystemMaxFileSize= and RuntimeMaxFileSize= control how large individual journal @@ -282,10 +281,10 @@ 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. + synchronously when journal files are + extended, and no explicit rotation + step triggered by time is + needed.