File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -674,7 +674,20 @@ Connection metrics include:
674
674
675
675
* - Connections % of configured limit is
676
676
- Percentage of active host connections to the total number of
677
- possible connections meets your specified threshold.
677
+ possible connections meets your specified threshold. The
678
+ default value for MongoDB versions 2.6.0 and 3.0.0 is ``65536``
679
+ and the default value for MongoDB versions greater than (``>``)
680
+ 3.0.0, is ``1000000``. You can override the default value two
681
+ ways:
682
+
683
+ - Use the :binary:`mongod <bin.mongod>` ``--maxConnns`` to set
684
+ the maximum number of simultaneous connections for ``mongod``.
685
+ To learn more, see :manual:`mongod Core Options
686
+ </reference/program/mongod/#std-option-mongod.--maxConns>`.
687
+
688
+ - Update the ``net.maxIncomingConnections`` field in the
689
+ MongoDB configuration file. To learn more, see :manual:`net
690
+ Options </reference/configuration-options/#mongodb-setting-net.maxIncomingConnections>`.
678
691
679
692
.. include:: /includes/fact-alerts-charting-metrics.rst
680
693
You can’t perform that action at this time.
0 commit comments