Skip to main content
1 of 3
Matt
  • 826
  • 1
  • 9
  • 9

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.

Matt
  • 826
  • 1
  • 9
  • 9