diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-27 18:57:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-27 19:35:57 +0200 |
commit | 0dc5d23c85db85f96b141d4d32deee8018e56a6a (patch) | |
tree | 95d1a57ec4a8f21e3494d61baa77b9b6d3bedffb /src/journal/coredump.conf | |
parent | 1f97091d3cb0887c264176b47b0a86c269acf0b5 (diff) |
coredump: add simple coredump vacuuming
When disk space taken up by coredumps grows beyond a configured limit
start removing the oldest coredump of the user with the most coredumps,
until we get below the limit again.
Diffstat (limited to 'src/journal/coredump.conf')
-rw-r--r-- | src/journal/coredump.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/journal/coredump.conf b/src/journal/coredump.conf index 9f4edd34d9..050bde6491 100644 --- a/src/journal/coredump.conf +++ b/src/journal/coredump.conf @@ -15,3 +15,5 @@ #ProcessSizeMax=2G #ExternalSizeMax=2G #JournalSizeMax=767M +#MaxUse= +#KeepFree= |