We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf299e6 commit 6b1896eCopy full SHA for 6b1896e
source/reference/command/replSetResizeOplog.txt
@@ -32,9 +32,12 @@ Definition
32
33
.. note::
34
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.
+ :dbcommand:`replSetResizeOplog` takes the size parameter in
+ megabytes while the oplog size is stored in bytes:
+
38
+ - The minimum size you can specify is 990 megabytes.
39
40
+ - The maximum size you can specify is 1 petabytes.
41
42
Behavior
43
--------
0 commit comments