Add journald limit of 500M

volumes
Inex Code 2022-08-25 21:50:11 +04:00
parent 9382d9e5b9
commit 0818d87a89
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ in
options = "--delete-older-than 7d";
};
};
services.journald.extraConfig = "SystemMaxUse=500M";
boot.kernel.sysctl = {
"net.ipv4.ip_forward" = 1;
};