liunx启动mongodb报错 mongodb child process failed, exited with error number 14

时间:2018-12-29 19:05:12   收藏:0   阅读:908

mongodb启动报错:mongodb child process failed, exited with error number 14,查看mongodb.cnf日志,发现其中有一条:Too many open files at src/mongo/db/storage/wiredtiger/wiredtiger_session_cache.cpp 79。

设置ulimit -n 10000。完美!

原文:https://www.cnblogs.com/shilang/p/10197480.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!