The following useful commands will help you find the root cause of "No left space" in your linux servers
sudo df -h sudo find . -type f -size +100M -exec ls -lh {} \; sudo du -h -d 1 -t 1G /home/www/.cache/
Keep learning every time, even if it's just a little.