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 e24baab commit 736667bCopy full SHA for 736667b
source/tutorial/change-oplog-size.txt
@@ -122,8 +122,8 @@ The following operation runs the ``compact`` command against the
122
db.runCommand({ "compact" : "oplog.rs" })
123
124
If the disk space allocated to the original oplog size is not
125
-reclaimed, restart :binary:`~bin.mongod` and run the above commands
126
-again. Restarting :binary:`~bin.mongod` runs recalculations in
+reclaimed, restart :binary:`~bin.mongod` and run the commands from step
+D again. Restarting :binary:`~bin.mongod` runs recalculations in
127
:doc:`WiredTiger </core/wiredtiger>` that might allow ``compact`` to
128
release more space to the OS.
129
0 commit comments