Files
mongo/jstests/libs/config_files/enable_prealloc.json
Benety Goh 72975ae905 SERVER-15557 added "Storage options" section in --help output.
migraged dotted names of mmapv1 options from "storage" to "storage.mmapv1"
                 storage.mmapv1.directoryPerDB
                 storage.mmapv1.journal.commitIntervalMs
                 storage.mmapv1.journal.debugFlags
                 storage.mmapv1.nsSize
                 storage.mmapv1.preallocDataFiles
                 storage.mmapv1.quota.enforced
                 storage.mmapv1.quota.maxFilesPerDB
                 storage.mmapv1.smallFiles
                 storage.mmapv1.syncPeriodSecs
             dotted names (without the ".mmapv1" component) of mmapv1 options before migration
                 will still be accepted but a warning will be raised at startup.
2014-11-03 15:07:06 -05:00

8 lines
98 B
JSON

{
"storage" : {
"mmapv1" : {
"preallocDataFiles" : true
}
}
}