Skip to content

Commit 3e17dae

Browse files
author
Sam Kleinman
committed
DOCS-1025: prep for pre-2.4
1 parent 20fd29a commit 3e17dae

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

source/reference/command/collMod.txt

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,19 @@ collMod
3434
With :collflag:`usePowerOf2Sizes` MongoDB will be able to more
3535
effectively reuse space.
3636

37-
.. note::
38-
39-
With :collflag:`usePowerOf2Sizes` MongoDB, allocates records
40-
that have power of 2 sizes, until record sizes equal 4
41-
megabytes. For records larger than 4 megabytes with
42-
:collflag:`usePowerOf2Sizes` set, :program:`mongod` will
43-
allocate records in full megabytes by rounding up to the
44-
nearest megabyte.
37+
.. COMMENT
38+
39+
Remove comment block following 2.4 release.
40+
.. note::
41+
42+
With :collflag:`usePowerOf2Sizes` MongoDB, allocates
43+
records that have power of 2 sizes, until record sizes
44+
equal 4 megabytes. For records larger than 4 megabytes
45+
with :collflag:`usePowerOf2Sizes` set, :program:`mongod`
46+
will allocate records in full megabytes by rounding up to
47+
the nearest megabyte.
48+
49+
.. END-COMMENT
4550

4651
:collflag:`usePowerOf2Sizes` is useful for collections where you
4752
will be inserting and deleting large numbers of documents to

0 commit comments

Comments
 (0)