journal: reduce minimum journal file size to 512 KiB
authorMichael Olbrich <m.olbrich@pengutronix.de>
Fri, 6 Nov 2015 10:32:34 +0000 (11:32 +0100)
committerMichael Olbrich <m.olbrich@pengutronix.de>
Fri, 6 Nov 2015 11:10:34 +0000 (12:10 +0100)
commit16098e93792912f0086e365730972b9974633277
tree28b5053ee7daf0033ecbddc40f42066d210012c5
parenta6bff4a7428b9539d85618e3c91fcb60be93f3fa
journal: reduce minimum journal file size to 512 KiB

For low end embedded systems 4 MiB for each journal file is a lot of
memory. Journald will use at least 512 KiB even if JOURNAL_FILE_SIZE_MIN is
set to less than that so just use 512 KiB.
src/journal/journal-file.c