... | ... | @@ -473,7 +473,11 @@ Type Ctrl/A and then X in order to exit from `minicom`. |
|
|
|
|
|
By default, the Librem 5 uses `journald` for system journaling.
|
|
|
|
|
|
The system journal can get very big, which consumes significant scarce disk space and makes the journal slow to find things in.
|
|
|
The system journal can get very big, which consumes significant scarce disk space and makes the journal slow to find things in. Use
|
|
|
|
|
|
`journalctl --disk-usage`
|
|
|
|
|
|
to see how much disk space is being used by all journal files.
|
|
|
|
|
|
To have the system journal automatically cleaned periodically, edit the file `/etc/systemd/journald.conf` and set values for `SystemMaxUse` and `MaxFileSec`. Unless you are specifically trying to troubleshoot an infrequent problem, values of `500M` and `1month` are reasonable.
|
|
|
|
... | ... | |