journal size grows huge in a default debian installation, but can be limited by editing /etc/systemd/journald.conf and adding a limit on the line SystemMaxUse=. Something like 100M.
sudo nano /etc/systemd/journald.conf
SystemMaxUse=100M
where I remember all the stuff I do to make things work.
journal size grows huge in a default debian installation, but can be limited by editing /etc/systemd/journald.conf and adding a limit on the line SystemMaxUse=. Something like 100M.
sudo nano /etc/systemd/journald.conf
SystemMaxUse=100M