用过阿里云服务器的很多都会遇到莫名其妙的内存溢出,cpu飙升或者io飙升时,只需要一行代码解决你的问题:
ps -ef | grep 'AliYunDun' | grep -v grep | awk '{print $2}' | xargs kill -9