journalctl --disk-usageTo immediately free up the same do:
journalctl --vacuum-size=200MFile /etc/systemd/journald.conf set SystemMaxUse to the value you want as follows:
[Journal] ... SystemMaxUse=200M ...Then restart it:
systemctl restart systemd-journaldMore info at `man journald.conf`