10 lines
512 B
Text
10 lines
512 B
Text
# infra/config/journald.conf — pushed to /etc/systemd/journald.conf.d/fly.conf.
|
|
#
|
|
# There is no alerting path on this host (docs/design/infra.md section 0), so the
|
|
# journal is one of the two places a failure ever shows up (the other is
|
|
# the node_exporter textfile). Cap it so a noisy unit cannot fill the CT's
|
|
# rootfs; ffmpeg is already told to run at -loglevel warning for the same
|
|
# reason. Numbers mirror streaming-plan.md section 4's earlier VM design.
|
|
[Journal]
|
|
SystemMaxUse=512M
|
|
MaxRetentionSec=14day
|