summaryrefslogtreecommitdiff
path: root/src/include/wiredtiger.in
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2015-03-20 17:39:04 +1100
committerAlex Gorrod <alexander.gorrod@mongodb.com>2015-03-20 17:39:04 +1100
commit039b212ea0fbb65622f55b63f82e3c713c2e1cb9 (patch)
tree2a06ef76131a733813b907018d7fecd6646de448 /src/include/wiredtiger.in
parenta9a09ede362b9faacf700a527afe7468c1850221 (diff)
parent294b0bce296bebf9790418e5575f59be5bec000c (diff)
downloadmongo-039b212ea0fbb65622f55b63f82e3c713c2e1cb9.tar.gz
Merge pull request #1757 from wiredtiger/page-alloc-accounting
Update memory allocation accounting for new pages and realloc.
Diffstat (limited to 'src/include/wiredtiger.in')
-rw-r--r--src/include/wiredtiger.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/wiredtiger.in b/src/include/wiredtiger.in
index 2981b0578b6..97c9459c424 100644
--- a/src/include/wiredtiger.in
+++ b/src/include/wiredtiger.in
@@ -1901,8 +1901,8 @@ struct __wt_connection {
* @config{ ),,}
* @config{buffer_alignment, in-memory alignment (in bytes) for buffers used for
* I/O. The default value of -1 indicates a platform-specific alignment value
- * should be used (4KB on Linux systems\, zero elsewhere)., an integer between
- * -1 and 1MB; default \c -1.}
+ * should be used (4KB on Linux systems when direct I/O is configured\, zero
+ * elsewhere)., an integer between -1 and 1MB; default \c -1.}
* @config{cache_overhead, assume the heap allocator overhead is the specified
* percentage\, and adjust the cache usage by that amount (for example\, if
* there is 10GB of data in cache\, a percentage of 10 means WiredTiger treats