Open config:
sudo nano /etc/systemd/journald.confSet the folowing:
Storage=persistent
SystemMaxUse=50M
RuntimeMaxUse=10M
ForwardToSyslog=no
check the current usage:
journalctl --disk-usagedel all logs before last 3 days
sudo journalctl --vacuum-time=3dcheck the current usage:
journalctl --disk-usagerestart service:
sudo systemctl restart systemd-journaldcheck the current memory usage:
top