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::
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do c2c docs use a replacement for Atlas, like |service|? If so, use it here too. If not, then leave Atlas.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please review with the dev team as well, cc Ankit Luthra (via slack).


: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