Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions os/common/rootfs/journald.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[Journal]
SystemMaxUse=128M
SystemKeepFree=1G
SystemMaxFileSize=10M
SystemMaxFiles=10
RuntimeMaxUse=0
# Nothing creates /var/log/journal, so the journal lives in /run. Keep it there:
# /var/volatile is shared with docker's writable layer.
# RuntimeMaxUse/RuntimeKeepFree stay at their defaults (10%/15% of /run) so the
# budget scales with guest memory.
Storage=volatile
RuntimeMaxFileSize=10M
RuntimeMaxFiles=10
ReadKMsg=no
Loading