檢查記憶體並重新開機

有時候會遇到 “Out of memory” 的問題 想重開機 用一行指令解決

# flag=`dmesg |grep "Out of memory"| wc -l`; if test $flag -ge 1; then reboot; fi