@@ -544,6 +544,9 @@ name: journalOptions
544
544
args : <arguments>
545
545
directive : option
546
546
description : |
547
+
548
+ *Only available for the MMAPv1 storage engine.*
549
+
547
550
Provides functionality for testing. Not for general use, and will affect data
548
551
file integrity in the case of abnormal system shutdown.
549
552
post : |
@@ -667,6 +670,8 @@ args: null
667
670
directive : option
668
671
description : |
669
672
673
+ *Only available for the MMAPv1 storage engine.*
674
+
670
675
.. deprecated:: 2.6
671
676
672
677
By default, MongoDB does not preallocate data files. The option
@@ -696,6 +701,9 @@ args: <value>
696
701
default : 16
697
702
directive : option
698
703
description : |
704
+
705
+ *Only available for the MMAPv1 storage engine.*
706
+
699
707
{{verb}} default size for namespace files, which are files that end
700
708
in ``.ns``. Each collection and index counts as a namespace.
701
709
@@ -712,6 +720,8 @@ name: quota
712
720
args : null
713
721
directive : option
714
722
description : |
723
+ *Only available for the MMAPv1 storage engine.*
724
+
715
725
{{verb}} a maximum limit for the number data files each database can
716
726
have. When running with the {{role}} option, MongoDB has a maximum of 8
717
727
data files per database. Adjust the quota with
@@ -727,6 +737,8 @@ args: <number>
727
737
default : 8
728
738
directive : option
729
739
description : |
740
+ *Only available for the MMAPv1 storage engine.*
741
+
730
742
{{verb}} limit on the number of data files per database. {{role}}
731
743
option requires that you set {{quota_flag}}.
732
744
optional : true
@@ -841,6 +853,9 @@ name: smallfiles
841
853
args : null
842
854
directive : option
843
855
description : |
856
+
857
+ *Only available for the MMAPv1 storage engine.*
858
+
844
859
{{intro}} a smaller default file size. The {{role}} option
845
860
reduces the initial size for data files and limits the maximum size to
846
861
512 megabytes. {{role}} also reduces the size of each :term:`journal`
0 commit comments