Skip to content

Commit 433145c

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

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. Adjust the connection pool
175+
size to suit your use case, beginning at 110-115% of the typical number
176+
of concurrent database requests.
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)