Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/reference/oplog-sizing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ Monitor oplog Size Needed for Initial Sync
- Increase the ``oplog`` window. Use :dbcommand:`replSetResizeOplog`
to set ``minRetentionHours`` greater than the current ``oplog``
window.

.. note::

:dbcommand:`replSetResizeOplog` is unsupported in Atlas. To resize
the oplog in Atlas, see :ref:`set-oplog-min-window`.

- Scale up the ``mongosync`` instance. Add CPU or memory to scale
up the ``mongosync`` node so that it has a higher copy rate.

Expand Down