Comment 31 for bug 1891657

Revision history for this message
Rocko (rockorequin) wrote :

Also, if you want to reduce the massive size of the journal logs that this bug creates, do something like this:

sudo journalctl --rotate
sudo journalctl --vacuum-size=100M

That second command reduces it to 100 MB, but you can specify larger or smaller sizes.