X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjournal%2Fjournal-file.c;h=38499a68812f0b740230e60c8997bcefa6166954;hb=c5a10d9ca017be6133154e09383c84c3d5b85f7c;hp=6eb905e05eb7fd449e55b1b5e7d931eaee22d051;hpb=47838ab3250d975cf4c23819ee695ed0e9861c04;p=elogind.git diff --git a/src/journal/journal-file.c b/src/journal/journal-file.c index 6eb905e05..38499a688 100644 --- a/src/journal/journal-file.c +++ b/src/journal/journal-file.c @@ -44,7 +44,7 @@ #define COMPRESSION_SIZE_THRESHOLD (512ULL) /* This is the minimum journal file size */ -#define JOURNAL_FILE_SIZE_MIN (64ULL*1024ULL) /* 64 KiB */ +#define JOURNAL_FILE_SIZE_MIN (4ULL*1024ULL*1024ULL) /* 4 MiB */ /* These are the lower and upper bounds if we deduce the max_use value * from the file system size */