systemd – How to clear journalctl – Unix & Linux Stack Exchange
Posted by jpluimers on 2019/05/24
Some tips on pruning entries from the systemd journal:
- [WayBack] systemd – How to clear journalctl – Unix & Linux Stack Exchange
- [WayBack] Limit the size of .log files & the journal – Manjaro Linux
For stock opensuse, this is also relevant, as it seems to allow indefinite growth: [WayBack] systemd – journald Settings likey need your attention
You can view disk usage with this command:
journalctl --disk-usage
–jeroen
Leave a Reply