diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-16 22:24:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-17 00:59:03 +0200 |
commit | dca6219e04505e9fa10b32e71059ce2abfae1dad (patch) | |
tree | 29b7c20c60afa197e471d2ed8a44cca92cc68249 /man | |
parent | 7653b3c29adbad9d299fe9ff09ed30fbcc606acc (diff) |
journal: automatically rotate journal files if the data hash table is full > 75%
Previously, when the main data hash table grows too full the performance
simply started to decrease drastically. Instead, now simply rotate to a
new journal file as the hash table gets to full, so that we can start
with a new fresh empty hash table.
Diffstat (limited to 'man')
-rw-r--r-- | man/journalctl.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 05c8703d28..f9abbfb230 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -258,6 +258,15 @@ similar.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--header</option></term> + + <listitem><para>Instead of showing + journal contents show internal header + information of the journal fiels + accessed.</para></listitem> + </varlistentry> + </variablelist> </refsect1> |