File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -126,10 +126,9 @@ in the output of :method:`db.collection.stats()` under the heading
126126``wiredTiger.block-manager.file bytes available for reuse``.
127127
128128To allow the WiredTiger storage engine to release this empty space to the
129- operating system, you can de-fragment your data file. This can be achieved
130- using the :dbcommand:`compact` command. For more information on its behavior
131- and other considerations, see :dbcommand:`compact`.
132-
129+ operating system, you can de-fragment your data file. This can be achieved by
130+ :ref:`resyncing a replica set member <resync-replica-member>` or using the
131+ :dbcommand:`compact` command.
133132
134133Data Storage Diagnostics
135134------------------------
You can’t perform that action at this time.
0 commit comments