diff options
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 4830a6f7814..af3c1e19f25 100644 --- a/dist/api_data.py +++ b/dist/api_data.py @@ -491,8 +491,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 |