From 6c4101f30bf041b6b740051bb96f3cd9ef0a7f90 Mon Sep 17 00:00:00 2001 From: Piotr Gorski Date: Wed, 15 May 2024 21:35:13 +0200 Subject: [PATCH] journal.conf: increase the size of the logs and drop unneeded options Signed-off-by: Piotr Gorski --- services/systemd/journald@sched-ext.conf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/services/systemd/journald@sched-ext.conf b/services/systemd/journald@sched-ext.conf index 7f26560..5a4682e 100644 --- a/services/systemd/journald@sched-ext.conf +++ b/services/systemd/journald@sched-ext.conf @@ -1,9 +1,5 @@ [Journal] -# Sets the maximum journal size to 25M for each namespace. -SystemMaxUse=25M -# Sets the maximum log age to 7 days. -MaxRetentionSec=7day +# Sets the maximum journal size to 50M for sched-ext namespace. +SystemMaxUse=50M # Sets the priority level for messages to be stored to info. MaxLevelStore=info -# Sets the maximum number of log files that can be stored for each namespace. -SystemMaxFiles=5