From 858a5efe4b51cda69bf7f23febed67622bebb142 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 28 Mar 2023 18:18:27 +0200 Subject: [PATCH] Limit systemd-journald log size to 500MB (#2226) (#2435) --- buildroot-external/rootfs-overlay/etc/systemd/journald.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/rootfs-overlay/etc/systemd/journald.conf b/buildroot-external/rootfs-overlay/etc/systemd/journald.conf index 979f7e0fc..62f2e772a 100644 --- a/buildroot-external/rootfs-overlay/etc/systemd/journald.conf +++ b/buildroot-external/rootfs-overlay/etc/systemd/journald.conf @@ -1,3 +1,4 @@ [Journal] Storage=auto Compress=yes +SystemMaxUse=500M