journald: increase max file size to 128MB

This commit is contained in:
Lennart Poettering 2012-03-15 02:57:39 +01:00
parent 5c70eab445
commit 71100051c5
2 changed files with 3 additions and 1 deletions

2
TODO
View File

@ -18,6 +18,8 @@ Bugfixes:
Features:
* journald: make configurable "store-on-var", "store-on-run", "dont-store", "auto"
* Add ConditionReadWriteFileSystem= so that systemd-sysctl doesn't get executed when /proc/sys is read-only
* unset container= and container_uuid= for child processes

View File

@ -48,7 +48,7 @@
#define DEFAULT_MAX_USE_UPPER (4ULL*1024ULL*1024ULL*1024ULL) /* 4 GiB */
/* This is the upper bound if we deduce max_size from max_use */
#define DEFAULT_MAX_SIZE_UPPER (16ULL*1024ULL*1024ULL) /* 16 MiB */
#define DEFAULT_MAX_SIZE_UPPER (128ULL*1024ULL*1024ULL) /* 128 MiB */
/* This is the upper bound if we deduce the keep_free value from the
* file system size */