Skip to content

Commit 6b1896e

Browse files
committed
Add min/max size for replSetResizeOplog
1 parent cf299e6 commit 6b1896e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/reference/command/replSetResizeOplog.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ Definition
3232

3333
.. note::
3434

35-
:dbcommand:`replSetResizeOplog` takes the size parameter
36-
in megabytes, while the oplog size is stored in bytes. The size
37-
parameter must also be over 990 megabytes.
35+
:dbcommand:`replSetResizeOplog` takes the size parameter in
36+
megabytes while the oplog size is stored in bytes:
37+
38+
- The minimum size you can specify is 990 megabytes.
39+
40+
- The maximum size you can specify is 1 petabytes.
3841

3942
Behavior
4043
--------

0 commit comments

Comments
 (0)