- tags::
常见问题
清理日志
systemd - How to clear journalctl - Unix & Linux Stack Exchange
立即压缩日志:
journalctl --vacuum-size=500M如果想要持久化自动压缩:
- 编辑
/etc/systemd/journald.conf设置最大日志量:
SystemMaxUse=100M
- 重启 journald 服务
$ systemctl restart systemd-journald
systemd - How to clear journalctl - Unix & Linux Stack Exchange
立即压缩日志:
journalctl --vacuum-size=500M如果想要持久化自动压缩:
/etc/systemd/journald.conf 设置最大日志量:SystemMaxUse=100M
$ systemctl restart systemd-journald