Linux: reducing disk usage of Systemd journal logs
If you find yourself low on disk space, check the size of the Systemd journal logs as a way to easily free up some space. $ sudo journalctl –disk-usage Archived and active journals take up 528.0M in the file system. # reduce size to 300 Mb sudo journalctl –vacuum-size=300M There are automatic jobs that trim … Linux: reducing disk usage of Systemd journal logs