Forums
linux : reduce journal size - Printable Version

+- Forums (https://zhtw.com/f)
+-- Forum: 分類 (https://zhtw.com/f/forumdisplay.php?fid=1)
+--- Forum: 程式語言 Programming language (https://zhtw.com/f/forumdisplay.php?fid=9)
+--- Thread: linux : reduce journal size (/showthread.php?tid=37)



linux : reduce journal size - admin - 2025-06-03

#1
du -h --max-depth=1 
found directory size big
/var/log/journal 

#2
碼:
journalctl --vacuum-time=1w
journalctl --vacuum-size=500M
du -h --max-depth=1