如何在被OOM杀死之后重新启动mongodb服务
我无法找到为什么mongodb服务每2天就被OS杀死的原因。 是否有任何解决方法来杀死它时启动mongodb服务
我已经设置了一些系统配置以避免杀死mongodb服务
非常感谢
* hard nofile unlimited
* soft nofile unlimited
root hard nofile unlimited
root soft nofile unlimited
vm.oom-kill = 0
vm.overcommit_memory = 1
答案 0 :(得分:0)
尝试在/etc/init/mongod.conf
respawn
respawn limit 10 100
它将在100秒内重试重启服务