java.io.IOException: there is no space left on device

solve:

Layer by layer directory to find the largest folder
du -h --max-depth = 1

Determine the maximum directory log directory, delete all the log files in the log directory
rm -f *

Guess you like

Origin www.cnblogs.com/sonder/p/11239796.html