summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-02-28 20:17:14 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-02-28 20:17:14 +1100
commit2c41bbf5fd56b5362decfa7575d34fc08c657e8c (patch)
tree3dece6f5ae255ea15134fc217cb48bff075d48a4
parentf05069a45e9e2d8855b9acf82589dee8634448f7 (diff)
downloadmongo-2c41bbf5fd56b5362decfa7575d34fc08c657e8c.tar.gz
10% of 1MB is 100KB.
-rw-r--r--docs/src/tuning.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/tuning.dox b/docs/src/tuning.dox
index 6c08f5830ea..71117cfdc29 100644
--- a/docs/src/tuning.dox
+++ b/docs/src/tuning.dox
@@ -79,7 +79,7 @@ maximum page size. This value should be selected to avoid creating a
large number of tiny pages or repeatedly splitting whenever new entries
are inserted. For example, if the maximum page size is 1MB, a \c
split_pct value of 10% would potentially result in creating a large
-number of 10KB pages, which may not be optimal for future I/O. Or, if
+number of 100KB pages, which may not be optimal for future I/O. Or, if
the maximum page size is 1MB, a \c split_pct value of 90% would
potentially result in repeatedly splitting pages as the split pages grow
to 1MB over and over. The default value for \c split_pct is 75%,