DELETING UN-NEEDED FILES IN /usr/share/doc
cd /usr/share/docrm -rf *
DELETING UN-NEEDED FILES IN /usr/share/man
cd /usr/share/manrm -rf *
CLEAN UP JOURNAL LOGS FROM /run/log/journal
journalctl --disk-usagenano /etc/systemd/journald.conf
add or edit this line: SystemMaxUse=50M
Signal or restart systemd-journald service:
systemctl kill --kill-who=main --signal=SIGUSR2 systemd-journald.service
-or-
systemctl restart systemd-journald.service
CLEAN UP /var/cache/apt
apt clean
apt purge
apt autoclean
SUMMARY
The commands above freed up about 650MB of space in my Proxmox PVE 5.1
I hope this article has been useful for you.
No comments:
Post a Comment