Skip to content

Commit 736667b

Browse files
jmd-mongoandf-mongodb
authored andcommitted
DOCSP-13116 oplog space reclamation might require restart
1 parent e24baab commit 736667b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorial/change-oplog-size.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ The following operation runs the ``compact`` command against the
122122
db.runCommand({ "compact" : "oplog.rs" })
123123

124124
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
125+
reclaimed, restart :binary:`~bin.mongod` and run the commands from step
126+
D again. Restarting :binary:`~bin.mongod` runs recalculations in
127127
:doc:`WiredTiger </core/wiredtiger>` that might allow ``compact`` to
128128
release more space to the OS.
129129

0 commit comments

Comments
 (0)