From dca6219e04505e9fa10b32e71059ce2abfae1dad Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 16 Jul 2012 22:24:02 +0200 Subject: 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. --- man/journalctl.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'man') 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. + + + + Instead of showing + journal contents show internal header + information of the journal fiels + accessed. + + -- cgit v1.2.3-54-g00ecf