From 74dbfdb4e9ff5aba83f70474239eb7e41fd09441 Mon Sep 17 00:00:00 2001 From: Joseph Dougherty Date: Tue, 8 Dec 2020 11:20:09 -0500 Subject: [PATCH] DOCSP-13116 oplog space reclamation might require restart --- source/tutorial/change-oplog-size.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tutorial/change-oplog-size.txt b/source/tutorial/change-oplog-size.txt index db238886170..dd3f0400e15 100644 --- a/source/tutorial/change-oplog-size.txt +++ b/source/tutorial/change-oplog-size.txt @@ -122,8 +122,8 @@ The following operation runs the ``compact`` command against the db.runCommand({ "compact" : "oplog.rs" }) If the disk space allocated to the original oplog size is not -reclaimed, restart :binary:`~bin.mongod` and run the above commands -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 :doc:`WiredTiger ` that might allow ``compact`` to release more space to the OS.