File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -515,12 +515,12 @@ Settings
515
515
Set to ``true`` to modify MongoDB to use a smaller default data
516
516
file size. Specifically, :setting:`smallfiles` reduces the initial
517
517
size for data files and limits them to 512
518
- megabytes. The :setting:`smallfiles` setting will also reduce the size of each
518
+ megabytes. The :setting:`smallfiles` setting also reduces the size of each
519
519
:term:`journal` files from 1 gigabyte to 128 megabytes.
520
520
521
521
Use the :setting:`smallfiles` setting if you have a large number of databases
522
- that each holds a small quantity of data. The :setting:`smallfiles` setting can
523
- lead :program:`mongod` to create numerous files,
522
+ that each hold a small quantity of data. The :setting:`smallfiles` setting can
523
+ lead :program:`mongod` to create many files,
524
524
which may affect performance for larger databases.
525
525
526
526
.. setting:: syncdelay
You can’t perform that action at this time.
0 commit comments