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 ec86ed5 commit 13850f2Copy full SHA for 13850f2
source/core/capped-collections.txt
@@ -148,9 +148,8 @@ space for internal overhead.
148
149
db.createCollection( "log", { capped: true, size: 100000 } )
150
151
-If the ``size`` field is less than or equal to 4096, then the collection will
152
-have a cap of 4096 bytes. Otherwise, MongoDB will raise the provided size to
153
-make it an integer multiple of 256.
+MongoDB increases the provided ``size`` to make it an integer multiple
+of 256.
154
155
Additionally, you may also specify a maximum number of documents for the
156
collection using the ``max`` field as in the following document:
0 commit comments