最近发现服务器上的MongoDB由于oom导致服务被杀死

1.查看oom时间

grep "Out of memory" /var/log/message


或者

dmesg -T|grep 'memory'