Fix running low on disk space usage
You may be running low on disk space.
You can check individual directories and their disk space usage in terminal by typing:
sudo du -h –max-depth=1
Remove unused Linux packages:
sudo apt-get autoremove
Clean up the cache:
sudo apt-get clean
Several more ways to fix this are:
- Click Disk Clean on the Server Health page which will clean temporary files and reduce log files on your server.
- Use a CDN.
- If using WordPress, download a plugin called Smush to compress jpg and png images
- If using WordPress, remove any unused plugins or themes
- Upgrade your VPS for more space.
- If you are unable to free up additional disk space or feel your web app is using too much without any explanation, feel free to contact technical support.
Reference: https://runcloud.io/knowledgebase/articles/server-management/how-do-i-fix-running-low-on-disk-space-usage