Skip to content

Commit f458fbb

Browse files
author
Kay Kim
committed
DOCS-11259: annotate mmapv1 only options
1 parent aac3643 commit f458fbb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

source/includes/options-mongod.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,9 @@ name: journalOptions
544544
args: <arguments>
545545
directive: option
546546
description: |
547+
548+
*Only available for the MMAPv1 storage engine.*
549+
547550
Provides functionality for testing. Not for general use, and will affect data
548551
file integrity in the case of abnormal system shutdown.
549552
post: |
@@ -667,6 +670,8 @@ args: null
667670
directive: option
668671
description: |
669672
673+
*Only available for the MMAPv1 storage engine.*
674+
670675
.. deprecated:: 2.6
671676
672677
By default, MongoDB does not preallocate data files. The option
@@ -696,6 +701,9 @@ args: <value>
696701
default: 16
697702
directive: option
698703
description: |
704+
705+
*Only available for the MMAPv1 storage engine.*
706+
699707
{{verb}} default size for namespace files, which are files that end
700708
in ``.ns``. Each collection and index counts as a namespace.
701709
@@ -712,6 +720,8 @@ name: quota
712720
args: null
713721
directive: option
714722
description: |
723+
*Only available for the MMAPv1 storage engine.*
724+
715725
{{verb}} a maximum limit for the number data files each database can
716726
have. When running with the {{role}} option, MongoDB has a maximum of 8
717727
data files per database. Adjust the quota with
@@ -727,6 +737,8 @@ args: <number>
727737
default: 8
728738
directive: option
729739
description: |
740+
*Only available for the MMAPv1 storage engine.*
741+
730742
{{verb}} limit on the number of data files per database. {{role}}
731743
option requires that you set {{quota_flag}}.
732744
optional: true
@@ -841,6 +853,9 @@ name: smallfiles
841853
args: null
842854
directive: option
843855
description: |
856+
857+
*Only available for the MMAPv1 storage engine.*
858+
844859
{{intro}} a smaller default file size. The {{role}} option
845860
reduces the initial size for data files and limits the maximum size to
846861
512 megabytes. {{role}} also reduces the size of each :term:`journal`

0 commit comments

Comments
 (0)