mongodb : Increasing max connections in mongodb

前端 未结 5 1036
名媛妹妹
名媛妹妹 2020-12-03 21:52

i need your help in solving this

this is the result of my ulimit -a on my linux server

   core file size          (blocks, -c) 0
schedu         


        
5条回答
  •  暖寄归人
    2020-12-03 22:01

    Have you tried:

    --maxConns arg       max number of simultaneous connections
    

    (Source: mongod documentation)

提交回复
热议问题