X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fcoredump.conf.xml;h=81cdc33898f7c31a0ac25378e96ec93ac6058139;hb=5057d73ba1bb016c9325d0a7fdb84519d3443622;hp=2064a96523e0b5dfeeb6b5519977fd8230f30fbd;hpb=f7152c19b97391fb97d9125f7a211f0e678ec081;p=thirdparty%2Fsystemd.git diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml index 2064a96523e..81cdc33898f 100644 --- a/man/coredump.conf.xml +++ b/man/coredump.conf.xml @@ -1,40 +1,13 @@ - - - - + + + coredump.conf systemd - - - - Developer - Lennart - Poettering - lennart@poettering.net - - @@ -45,7 +18,7 @@ coredump.conf coredump.conf.d - Coredump storage configuration files + Core dump storage configuration files @@ -78,21 +51,18 @@ All options are configured in the [Coredump] section: - + Storage= - Controls where to store cores. One of - none, external, - journal, and both. When - none, the coredumps will be logged but not - stored permanently. When external (the - default), cores will be stored in /var/lib/systemd/coredump. - When journal, cores will be stored in - the journal and rotated following normal journal - rotation patterns. When both, cores - will be stored in both locations. + Controls where to store cores. One of none, + external, and journal. When + none, the core dumps may be logged (including the backtrace if + possible), but not stored permanently. When external (the + default), cores will be stored in /var/lib/systemd/coredump/. + When journal, cores will be stored in the journal and rotated + following normal journal rotation patterns. When cores are stored in the journal, they might be compressed following journal compression settings, see @@ -114,9 +84,13 @@ ProcessSizeMax= The maximum size in bytes of a core - which will be processed. Coredumps exceeding this size - will be logged, but the backtrace will not be generated - and the core will not be stored. + which will be processed. Core dumps exceeding this size + may be stored, but the backtrace will not be generated. + + + Setting Storage=none and ProcessSizeMax=0 + disables all coredump handling except for a log entry. + @@ -132,14 +106,14 @@ KeepFree= Enforce limits on the disk space taken up by - externally stored coredumps. makes - sure that old coredumps are removed as soon as the total disk - space taken up by coredumps grows beyond this limit (defaults + externally stored core dumps. makes + sure that old core dumps are removed as soon as the total disk + space taken up by core dumps grows beyond this limit (defaults to 10% of the total disk size). controls how much disk space to keep free at least (defaults to 15% of the total disk size). Note that the disk space used - by coredumps might temporarily exceed these limits while - coredumps are processed. Note that old coredumps are also + by core dumps might temporarily exceed these limits while + core dumps are processed. Note that old core dumps are also removed based on time via systemd-tmpfiles8. Set either value to 0 to turn off size-based @@ -147,6 +121,9 @@ + The defaults for all values are listed as comments in the + template /etc/systemd/coredump.conf file that + is installed by default.