diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-05-15 20:56:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-05-15 20:56:55 +0200 |
commit | 5470c03b37d8421a903564c2c8028c8b8d67d403 (patch) | |
tree | 7cbde67daab5e60978e8af60f988771360546575 /man/coredump.conf.xml | |
parent | 7693146dee53a2b0f524e977188347166bf454ca (diff) |
coredump: make sure we vacuum by default
Only if both keep_free and max_use are actually 0 we can shortcut things
and avoid vacuuming. If either are positive or -1 we need to execute the
vacuuming.
http://lists.freedesktop.org/archives/systemd-devel/2015-April/031382.html
Diffstat (limited to 'man/coredump.conf.xml')
-rw-r--r-- | man/coredump.conf.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml index 0b7329bf55..fd54c59e6b 100644 --- a/man/coredump.conf.xml +++ b/man/coredump.conf.xml @@ -134,7 +134,9 @@ by coredumps might temporarily exceed these limits while coredumps are processed. Note that old coredumps are also removed based on time via - <citerefentry><refentrytitle>systemd-tmpfiles</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para></listitem> + <citerefentry><refentrytitle>systemd-tmpfiles</refentrytitle><manvolnum>8</manvolnum></citerefentry>. Set + either value to 0 to turn off size based + clean-up.</para></listitem> </varlistentry> </variablelist> |