Since --vacuum-time and --vacuum-size didn't do a thing for me I did the following:
$ find /var/log/journal -name "*.journal" | xargs sudo rm
$ sudo systemctl restart systemd-journald
It's not right, but it worked.
Since --vacuum-time and --vacuum-size didn't do a thing for me I did the following:
$ find /var/log/journal -name "*.journal" | xargs sudo rm
$ sudo systemctl restart systemd-journald
It's not right, but it worked.