标签:process error 日志 file pen 查看 with wired failed
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。完美!
liunx启动mongodb报错 mongodb child process failed, exited with error number 14
标签:process error 日志 file pen 查看 with wired failed
原文地址:https://www.cnblogs.com/shilang/p/10197480.html