在装mongodb的时候 报错: child process failed, exited with error number 100

 

打开日志文件about to fork child process, waiting until server is ready for connections. forked process: 2676 ERROR: child process failed, exited with error number 100   第四排显示内存不足;

在mongodb.conf中 加入:nojournal=true

就可以解决:

nojournal=true  是禁止日志

相关文章:

  • 2021-04-25
  • 2022-01-11
  • 2022-12-23
  • 2022-01-06
  • 2022-01-27
  • 2023-04-07
  • 2022-12-23
猜你喜欢
  • 2021-07-19
  • 2021-07-03
  • 2021-07-02
  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
相关资源
相似解决方案