From: Michal Koutný Date: Fri, 22 Jun 2018 13:45:41 +0000 (+0200) Subject: man: SystemMaxUse= clarification in journald.conf(5) X-Git-Tag: v240~1053 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a0d353b44e56d65e1e4c985eb46f8548c25e73e;p=thirdparty%2Fsystemd.git man: SystemMaxUse= clarification in journald.conf(5) Similar semantics applies to {System,Runtime}MaxUse= as to {System,Runtime}MaxFiles=, i.e. active files aren't vacuumed and the limit is not thus strictly honored. --- diff --git a/man/journald.conf.xml b/man/journald.conf.xml index ee8e8b7faf8..927cd6da829 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -195,7 +195,11 @@ subsequently something else causes the file system to fill up, journald will stop using more space, but it will not be removing existing files to reduce the footprint again, - either. + either. Also note that only archived files are deleted to reduce the + space occupied by journal files. This means that, in effect, there might + still be more space used than SystemMaxUse= or + RuntimeMaxUse= limit after a vacuuming operation is + complete. SystemMaxFileSize= and RuntimeMaxFileSize= control how large