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 f5a00f6 commit 55608cbCopy full SHA for 55608cb
source/reference/command/addShard.txt
@@ -44,8 +44,9 @@ Definition
44
Specify a ``maxSize`` when you have machines with different disk
45
capacities, or if you want to limit the amount of data on some
46
shards. The ``maxSize`` constraint prevents the :term:`balancer`
47
- from migrating chunks to the shard when the value of
48
- :serverstatus:`mem.mapped` exceeds the value of ``maxSize``.
+ from migrating chunks to the shard when the ``totalSize`` returned
+ from running :dbcommand:`listDatabases` on the shard exceeds the
49
+ value of ``maxSize``.
50
51
52
Considerations
0 commit comments