Problem:
$ journalctl --disk-usage
Archived and active journals take up 7.2G in the file system.
Solution:
$ journalctl --vacuum-size=500M
$ journalctl --vacuum-time=5d
$ journalctl --disk-usage
Archived and active journals take up 192.0M in the file system.
Problem:
$ journalctl --disk-usage Archived and active journals take up 7.2G in the file system.Solution:
$ journalctl --vacuum-size=500M $ journalctl --vacuum-time=5d $ journalctl --disk-usage Archived and active journals take up 192.0M in the file system.