Skip to content

Commit 55608cb

Browse files
committed
DOCS-9849: addShard maxSize
1 parent f5a00f6 commit 55608cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/reference/command/addShard.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ Definition
4444
Specify a ``maxSize`` when you have machines with different disk
4545
capacities, or if you want to limit the amount of data on some
4646
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``.
47+
from migrating chunks to the shard when the ``totalSize`` returned
48+
from running :dbcommand:`listDatabases` on the shard exceeds the
49+
value of ``maxSize``.
4950

5051

5152
Considerations

0 commit comments

Comments
 (0)