diff options
author | Colin Guthrie <colin@mageia.org> | 2013-04-30 11:48:11 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-05-03 17:46:44 +0200 |
commit | 8621b1109b0bbe097f2b3bfce2211fe8474c567b (patch) | |
tree | 917317e3021ad85868491e22874563aa3e9b84f7 /man/journald.conf.xml | |
parent | 417b1a62ed9ca700a180f27ed6ea8e972194b9ad (diff) | |
download | systemd-8621b1109b0bbe097f2b3bfce2211fe8474c567b.tar.gz |
journal: Set the default keep free value to 15% (up from 5%)
As some SSDs are still seeing performance degredation when
reaching 85% usage the default value of 5% seems a little low.
Set this to 15% by default.
Diffstat (limited to 'man/journald.conf.xml')
-rw-r--r-- | man/journald.conf.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/journald.conf.xml b/man/journald.conf.xml index 0b9de65fe3..6d54c94b57 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -246,7 +246,7 @@ configured in <varname>SystemMaxUse=</varname> and <varname>RuntimeMaxUse=</varname> is - available. Defaults to 5% of the size + available. Defaults to 15% of the size of the respective file system. <varname>SystemMaxFileSize=</varname> and |