Skip to content

Commit b588599

Browse files
author
Sam Kleinman
committed
DOCS-924 adding ulimit and rewording question
1 parent a11d9ae commit b588599

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

source/administration/ulimit.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ developers, are too low for MongoDB and can cause a number of issues
1212
in the course of normal MongoDB operation. Generally, MongoDB should
1313
be the only user process on a system, to prevent resource contention.
1414

15+
.. _system-resource-utilization:
16+
1517
Resource Utilization
1618
--------------------
1719

@@ -24,7 +26,8 @@ deployment and its use to determine ideal ``ulimit`` settings.
2426
Generally, all :program:`mongod` and :program:`mongos` instances, like
2527
other processes:
2628

27-
- track each incoming connection with a file descriptor *and* a thread.
29+
- track each incoming connection with a file descriptor *and* a
30+
thread.
2831

2932
- track each internal thread or *pthread* as a system process.
3033

@@ -45,6 +48,8 @@ processes, including :ref:`TTL collections <ttl-collections>`,
4548
replication, and replica set health checks, which may require a small
4649
number of additional resources.
4750

51+
.. _mongos-connection-use information:
52+
4853
``mongos``
4954
~~~~~~~~~~
5055

source/faq/sharding.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ Once these migrations are complete, you may delete these files.
190190
You can set :setting:`noMoveParanoia` to ``true`` to disable this
191191
behavior.
192192

193-
How many connections does each ``mongos`` need?
194-
-----------------------------------------------
193+
How does ``mongos`` use connections?
194+
------------------------------------
195195

196196
Each client maintains a connection to a :program:`mongos` instance.
197197
Each :program:`mongos` instance maintains a pool of connections to the

0 commit comments

Comments
 (0)