1
1
Fork 0

empyrean: lower journald usage limit

Docs say this defaults to 10% of available space, which is 1.5G on this 15G VPS
This commit is contained in:
Jaculabilis 2024-10-22 03:48:09 +00:00
parent c37320c1d4
commit b031f26ffa
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@
swapDevices = [ { device = "/swap"; size = 1024; } ];
services.journald.extraConfig = ''
SystemMaxUse=500M
'';
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
# Per-interface useDHCP will be mandatory in the future, so this generated config
# replicates the default behaviour.