Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Java プロジェクトで MongoDB を使用していますが、次の質問があります。
mongodb のコンソールで接続プールを変更するにはどうすればよいですか?
MongoDB Google Group でこれに回答しました。ここで再度引用します。
You can control how many connections there are with the [MongoOptions class][1]: The connection pool is controlled in the driver configuration, not through the mongo shell.