Skip to content

Commit 6c543b8

Browse files
committed
EMCS-4449: adds preallocDataFiles setting to ref
1 parent 74d1132 commit 6c543b8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/includes/options-conf.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,4 +1035,18 @@ inherit:
10351035
name: chunkSize
10361036
program: mongos
10371037
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.
10381052
...

0 commit comments

Comments
 (0)