From 8af52e34988fe5bdfd3d3ba1aeac28d8fca74447 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 4 Nov 2025 13:45:16 -0500 Subject: [PATCH] journald: revert back to default SystemMaxFiles This was raised to 10000 to work around 2 separate journald bugs causing premature rotation which have been resolved for a long time. --- etc/systemd/journald.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/systemd/journald.conf b/etc/systemd/journald.conf index 7f5f152..ec8b260 100644 --- a/etc/systemd/journald.conf +++ b/etc/systemd/journald.conf @@ -27,7 +27,7 @@ SystemMaxUse={{journald_system_max_use}} #SystemKeepFree= SystemMaxFileSize={{journald_system_max_file_size}} -SystemMaxFiles=10000 +#SystemMaxFiles=100 #RuntimeMaxUse= #RuntimeKeepFree= #RuntimeMaxFileSize=