You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The size limit on the edge's systemd journal size is currently left at its default value (10% of volume size or 4 GB, whatever is smaller). My SD card is currently full, and 800 MB are used by these logs.
We should set the maximum size to something more reasonable. Instructions are on the archlinux wiki.
I'm currently setting SystemMaxUse=50M in /etc/systemd/journald.conf.
The text was updated successfully, but these errors were encountered:
The size limit on the edge's systemd journal size is currently left at its default value (10% of volume size or 4 GB, whatever is smaller). My SD card is currently full, and 800 MB are used by these logs.
We should set the maximum size to something more reasonable. Instructions are on the archlinux wiki.
I'm currently setting
SystemMaxUse=50M
in/etc/systemd/journald.conf
.The text was updated successfully, but these errors were encountered: