X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fcoredump.conf.xml;h=0c9160e2cc3f754e9eb6da4282cb6de65ed7f4b8;hp=9e4adff46ab2a088052cc5757df24d30422205ef;hb=bf32f99f65ec42539af65736b057c9e09d3987b9;hpb=3cc765d2718ac9b4ff978044ceabf5ad59d73edf diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml index 9e4adff46..0c9160e2c 100644 --- a/man/coredump.conf.xml +++ b/man/coredump.conf.xml @@ -72,7 +72,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 +88,14 @@ - Compression= + Compress= Controls the type of compression for external - storage. One of xz or - none. + 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 +112,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 +137,8 @@ See Also systemd-journald.service8, - coredumpctl1 + coredumpctl1, + systemd-tmpfiles8