Skip to content

fixed wording around smallFiles setting. #174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 4, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/reference/configuration-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -515,12 +515,12 @@ Settings
Set to ``true`` to modify MongoDB to use a smaller default data
file size. Specifically, :setting:`smallfiles` reduces the initial
size for data files and limits them to 512
megabytes. :setting:`smallfiles` also reduces the size of each
megabytes. The :setting:`smallfiles` setting also reduces the size of each
:term:`journal` files from 1 gigabyte to 128 megabytes.

Use :setting:`smallfiles` if you have a large number of databases
that each holds a small quantity of data. :setting:`smallfiles` can
lead your :program:`mongod` to create a large number of files,
Use the :setting:`smallfiles` setting if you have a large number of databases
that each hold a small quantity of data. The :setting:`smallfiles` setting can
lead :program:`mongod` to create many files,
which may affect performance for larger databases.

.. setting:: syncdelay
Expand Down