We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288a522 commit 7208842Copy full SHA for 7208842
source/core/sharded-cluster-internals.txt
@@ -461,7 +461,7 @@ always has capacity to accommodate additional data.
461
You can also configure a "maximum size" for any shard when you add the
462
shard using the ``maxSize`` parameter of the :dbcommand:`addShard`
463
command. This will prevent the :term:`balancer` from migrating chunks
464
-to the shard when the value of :data:`mem.mapped <serverStatus.mem.mapped>`
+to the shard when the value of :data:`~serverStatus.mem.mapped`
465
exceeds the ``maxSize`` setting.
466
467
.. seealso:: :ref:`sharded-cluster-config-max-shard-size` and
0 commit comments