Skip to content

Commit 33355c9

Browse files
committed
DOCS-1891: clarifies 'reasonable' pool sizes
1 parent 66fea66 commit 33355c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/administration/production-notes.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ Manage Connection Pool Sizes
171171

172172
To avoid overloading the connection resources of a single
173173
:program:`mongod` or :program:`mongos` instance, ensure that clients
174-
maintain reasonable connection pool sizes.
174+
maintain reasonable connection pool sizes. To determine the appropriate
175+
pool size, set the pool size to 110-115% of the typical number of
176+
concurrent database requests, and adjust as needed.
175177

176178
When using the :ref:`WiredTiger storage engine <storage-wiredtiger>`,
177179
the number of incoming connections to Wired Tiger should be less than

0 commit comments

Comments
 (0)