journalctl --disk-usage
edit /etc/systemd/journald.conf
SystemMaxUse=50M
remove archived journal files until the disk space they use falls below 100M:
journalctl --vacuum-size=100M
make all journal files contain no data older than 2 weeks:
journalctl --vacuum-time=2weeks