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 74d1132 commit 6c543b8Copy full SHA for 6c543b8
source/includes/options-conf.yaml
@@ -1035,4 +1035,18 @@ inherit:
1035
name: chunkSize
1036
program: mongos
1037
file: options-mongos.yaml
1038
+---
1039
+program: conf
1040
+name: storage.preallocDataFiles
1041
+type: boolean
1042
+default: true
1043
+directive: setting
1044
+replacement:
1045
+ program: ":program:`mongod`"
1046
+description: |
1047
+ Enables or disables data file preallocation.
1048
+post: |
1049
+ Do **not** disable data file preallocation in production systems. Only
1050
+ use this option for testing and with small data sets where you
1051
+ frequently drop databases.
1052
...
0 commit comments