mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
journal: decrease default mmap window size to allow a bigger number of journals to be traversed in parallel
This commit is contained in:
parent
dcc219a273
commit
1fa80181ae
4
TODO
4
TODO
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user