]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: correct and extend JournalSizeMax= 28127/head
authorLennart Poettering <lennart@poettering.net>
Thu, 22 Jun 2023 15:10:14 +0000 (17:10 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 23 Jun 2023 07:49:41 +0000 (09:49 +0200)
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

man/coredump.conf.xml

index 7cb71f80aa72a1531fec64c7a37760131816e68f..7a617b1985775b819e1e8d1151a999644afcdf91 100644 (file)
         <term><varname>ExternalSizeMax=</varname></term>
         <term><varname>JournalSizeMax=</varname></term>
 
-        <listitem><para>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 <option>ProcessSizeMax=</option>.</para></listitem>
-
-        <para><varname>ExternalSizeMax=infinity</varname> sets the core size to unlimited.</para>
+        <listitem><para>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, <varname>JournalSizeMax=</varname> may be
+        lowered relative to the default, but not increased. Unit suffixes are allowed just as in
+        <option>ProcessSizeMax=</option>.</para>
+
+        <para><varname>ExternalSizeMax=infinity</varname> sets the core size to unlimited.</para></listitem>
       </varlistentry>
 
       <varlistentry>