From d6f5c337e1ac51d816fd7dd775ddf61365c42e52 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 12 Jun 2018 13:53:17 +0000 Subject: [PATCH] Allow more log with new partition layout Signed-off-by: Pascal Vizeli --- buildroot-external/rootfs-overlay/etc/systemd/journald.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/buildroot-external/rootfs-overlay/etc/systemd/journald.conf b/buildroot-external/rootfs-overlay/etc/systemd/journald.conf index ae8fa73a9..76991c0c7 100644 --- a/buildroot-external/rootfs-overlay/etc/systemd/journald.conf +++ b/buildroot-external/rootfs-overlay/etc/systemd/journald.conf @@ -1,6 +1,5 @@ [Journal] Storage=auto Compress=yes -SystemMaxUse=8M -RuntimeMaxUse=8M - +SystemMaxUse=12M +RuntimeMaxUse=10M