Configure journalctl
sudo journalctl --disk-usage
In file
/etc/systemd/journald.conf
locate and adjust line SystemMaxUse=50M. Allocation of 50M is an example. By default this parameter might be commented in configuration file.sudo systemctl kill --kill-who=main --signal=SIGUSR2 systemd-journald.service
sudo systemctl restart systemd-journald.service
Last modified 7mo ago