From 5493edbb9092d7447d438a5303710790825da7ca Mon Sep 17 00:00:00 2001 From: Andrew Leung Date: Tue, 4 Sep 2012 09:34:58 -0400 Subject: [PATCH 1/2] fixed wording around smallFiles setting. --- source/reference/configuration-options.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/reference/configuration-options.txt b/source/reference/configuration-options.txt index 4eb0c5eac3a..f4edacd7e2d 100644 --- a/source/reference/configuration-options.txt +++ b/source/reference/configuration-options.txt @@ -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 will also reduce 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 holds a small quantity of data. The :setting:`smallfiles` setting can + lead :program:`mongod` to create numerous files, which may affect performance for larger databases. .. setting:: syncdelay From ccde9ba43a5cb8f822f333929b7c5f4a9899fc9c Mon Sep 17 00:00:00 2001 From: Andrew Leung Date: Tue, 4 Sep 2012 10:29:05 -0400 Subject: [PATCH 2/2] revision --- source/reference/configuration-options.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/reference/configuration-options.txt b/source/reference/configuration-options.txt index f4edacd7e2d..d0ce97f6d1d 100644 --- a/source/reference/configuration-options.txt +++ b/source/reference/configuration-options.txt @@ -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. The :setting:`smallfiles` setting will also reduce 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 the :setting:`smallfiles` setting if you have a large number of databases - that each holds a small quantity of data. The :setting:`smallfiles` setting can - lead :program:`mongod` to create numerous files, + 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