chiark / gitweb /
journald: increase max file size to 128MB
authorLennart Poettering <lennart@poettering.net>
Thu, 15 Mar 2012 01:57:39 +0000 (02:57 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 15 Mar 2012 01:57:39 +0000 (02:57 +0100)
TODO
src/journal/journal-file.c

diff --git a/TODO b/TODO
index 4936fdeea429f8a860f47cc72334dcfadc364915..60760d96b995da5e9d28468bf61c9cab10082a20 100644 (file)
--- a/TODO
+++ b/TODO
@@ -18,6 +18,8 @@ Bugfixes:
 
 Features:
 
 
 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
 * Add ConditionReadWriteFileSystem= so that systemd-sysctl doesn't get executed when /proc/sys is read-only
 
 * unset container= and container_uuid= for child processes
index c3b56ddc87d0d25439f8cc80495ab996024500cf..7f5d7c27b21d22823f4d4fa937cfb4cd20365cb1 100644 (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_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 */
 
 /* This is the upper bound if we deduce the keep_free value from the
  * file system size */