summaryrefslogtreecommitdiff
path: root/dist/api_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'dist/api_data.py')
-rw-r--r--dist/api_data.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/api_data.py b/dist/api_data.py
index cf396b3cd9f..174c2756f2d 100644
--- a/dist/api_data.py
+++ b/dist/api_data.py
@@ -214,6 +214,14 @@ file_config = format_meta + lsm_config + [
soft - it is possible for pages to be temporarily larger than
this value''',
min='512B', max='10TB'),
+ Config('os_cache_max', '0', r'''
+ maximum system buffer cache usage, in bytes. If non-zero, flush
+ the system's buffer cache after the specified number of bytes
+ from this object is read or written through the buffer cache''',
+ min=0),
+ Config('os_write_schedule', 'false', r'''
+ immediately schedule page writes to backing storage''',
+ type='boolean'),
Config('prefix_compression', 'true', r'''
configure row-store format key prefix compression''',
type='boolean'),