X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fcoredump.conf.xml;h=704646096b1341da69ad42f2420aca0ea0463762;hp=9e4adff46ab2a088052cc5757df24d30422205ef;hb=3175fcdec5d748e8db85a3e7fe1cb67f5f6a865d;hpb=3cc765d2718ac9b4ff978044ceabf5ad59d73edf diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml index 9e4adff46..704646096 100644 --- a/man/coredump.conf.xml +++ b/man/coredump.conf.xml @@ -1,4 +1,4 @@ - + @@ -22,7 +22,8 @@ along with systemd; If not, see . --> - + coredump.conf systemd @@ -44,20 +45,28 @@ coredump.conf - Coredump storage configuration file + coredump.conf.d + Coredump storage configuration files /etc/systemd/coredump.conf + /etc/systemd/coredump.conf.d/*.conf + /run/systemd/coredump.conf.d/*.conf + /usr/lib/systemd/coredump.conf.d/*.conf Description - This file configures the behaviour of systemd-coredump, + These files configure the behaviour of + systemd-coredump8, a handler for core dumps invoked by the kernel. + + + Options @@ -72,7 +81,7 @@ Controls where to store cores. One of none, external, journal, and both. When - none the coredumps will be logged but not + 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 @@ -88,23 +97,14 @@ - Compression= + Compress= - Controls the type of compression for external - storage. One of xz or - none. + Controls compression for external + storage. Takes a boolean argument, defaults to + yes. - - CompressionLevel= - - Controls the level of compression for external - storage. An integer between 0 and 9. See - xz1 - for more details. - - ProcessSizeMax= @@ -121,6 +121,23 @@ The maximum (uncompressed) size in bytes of a core to be saved. + + + MaxUse= + 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 + 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 + removed based on time via + systemd-tmpfiles8. + @@ -129,7 +146,8 @@ See Also systemd-journald.service8, - coredumpctl1 + coredumpctl1, + systemd-tmpfiles8