From: Lennart Poettering Date: Thu, 22 Jun 2023 15:10:14 +0000 (+0200) Subject: man: correct and extend JournalSizeMax= X-Git-Tag: v254-rc1~135^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F28127%2Fhead;p=thirdparty%2Fsystemd.git man: correct and extend JournalSizeMax= The man page claimed the default was 10M, but that's not true, it's 767M. Also mention there's no point in increasing it further. See: #26748 --- diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml index 7cb71f80aa7..7a617b19857 100644 --- a/man/coredump.conf.xml +++ b/man/coredump.conf.xml @@ -97,11 +97,14 @@ ExternalSizeMax= JournalSizeMax= - The maximum (compressed or uncompressed) size in bytes of a core to be saved in - separate files on disk (default: 1G on 32bit, 32G on 64bit systems) or in the journal (default: - 10M). Unit suffixes are allowed just as in . - - ExternalSizeMax=infinity sets the core size to unlimited. + The maximum (compressed or uncompressed) size in bytes of a coredump to be saved in + separate files on disk (default: 1G on 32-bit systems, 32G on 64-bit systems) or in the journal + (default: 767M). Note that the journal service enforces a hard limit on journal log records of 767M, + and will ignore larger submitted log records. Hence, JournalSizeMax= may be + lowered relative to the default, but not increased. Unit suffixes are allowed just as in + . + + ExternalSizeMax=infinity sets the core size to unlimited.