A large number of threads and the maxIncomingConnections option

It seems, I understood how to send options into mongod process. We should use configmaps, which keep mongod.conf with need options and another log and pid path. But I got another problems - if I decreased maxIncomingConnections, then mongod process used almost whole connections limit after a while. And I didn’t load db at this moment.

1 Like