Systemd's Journal Size
Systemd’s Journal Size
journald.conf
1 | $ grep -v "#" /etc/systemd/journald.conf |
Show total disk usage of all journal files
1 | $ du -sh /var/log/journal |
Reduce disk usage manually
1 | # journalctl --vacuum-files=63 |
Verify journal file consistency
1 | # journalctl --verify |