journal: decrease default mmap window size to allow a bigger number of journals to be traversed in parallel

This commit is contained in:
Lennart Poettering 2012-04-02 19:04:56 +02:00
parent dcc219a273
commit 1fa80181ae
2 changed files with 5 additions and 1 deletions

4
TODO
View File

@ -19,6 +19,10 @@ Bugfixes:
Features:
* cleanup syslog 'priority' vs. 'level' wording
* add flag file for shutdownd so that clients can check whether a shutdown is queued
* new env var for /var/tmp? glib?
* dbus upstream still refers to dbus.target and shouldn't
* Make -f in systemctl enable both --follow and --force

View File

@ -35,7 +35,7 @@
#define DEFAULT_DATA_HASH_TABLE_SIZE (2047ULL*16ULL)
#define DEFAULT_FIELD_HASH_TABLE_SIZE (2047ULL*16ULL)
#define DEFAULT_WINDOW_SIZE (128ULL*1024ULL*1024ULL)
#define DEFAULT_WINDOW_SIZE (8ULL*1024ULL*1024ULL)
#define COMPRESSION_SIZE_THRESHOLD (512ULL)