File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ with the :term:`secondary` members before proceeding to the
20
20
.. important::
21
21
22
22
You can only run :dbcommand:`replSetResizeOplog` on
23
- replica set member's running with the
24
- :ref:`Wired Tiger storage engine <storage-wiredtiger>`.
23
+ replica set members running with the
24
+ :ref:`WiredTiger storage engine <storage-wiredtiger>`.
25
25
26
26
Perform these steps on each :term:`secondary` replica set member
27
27
*first*. Once you have changed the oplog size for all secondary
@@ -62,8 +62,8 @@ The ``maxSize`` field displays the collection size in bytes.
62
62
C. Change the oplog size of the replica set member
63
63
--------------------------------------------------
64
64
65
- To change the size , run the :dbcommand:`replSetResizeOplog` passing
66
- the desired size in megabytes as the ``size`` parameter. The
65
+ To resize the oplog , run the :dbcommand:`replSetResizeOplog` command,
66
+ passing the desired size in megabytes as the ``size`` parameter. The
67
67
specified size must be greater than ``990``, or 990 megabytes.
68
68
69
69
The following operation changes the oplog size of the replica set
You can’t perform that action at this time.
0 commit comments