diff options
author | Alex Gorrod <alexander.gorrod@mongodb.com> | 2015-03-20 17:39:04 +1100 |
---|---|---|
committer | Alex Gorrod <alexander.gorrod@mongodb.com> | 2015-03-20 17:39:04 +1100 |
commit | 039b212ea0fbb65622f55b63f82e3c713c2e1cb9 (patch) | |
tree | 2a06ef76131a733813b907018d7fecd6646de448 /dist | |
parent | a9a09ede362b9faacf700a527afe7468c1850221 (diff) | |
parent | 294b0bce296bebf9790418e5575f59be5bec000c (diff) | |
download | mongo-039b212ea0fbb65622f55b63f82e3c713c2e1cb9.tar.gz |
Merge pull request #1757 from wiredtiger/page-alloc-accounting
Update memory allocation accounting for new pages and realloc.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/api_data.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dist/api_data.py b/dist/api_data.py index a4f0b0754d5..54bed200814 100644 --- a/dist/api_data.py +++ b/dist/api_data.py @@ -503,8 +503,9 @@ session_config = [ common_wiredtiger_open = [ Config('buffer_alignment', '-1', r''' 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)''', + default value of -1 indicates a platform-specific alignment value + should be used (4KB on Linux systems when direct I/O is configured, + zero elsewhere)''', min='-1', max='1MB'), Config('checkpoint_sync', 'true', r''' flush files to stable storage when closing or writing |