allow mmap writes
This commit is contained in:
parent
5826f9528f
commit
b14c1f995b
@ -91,7 +91,7 @@ Options::Options()
|
|||||||
purge_redundant_kvs_while_flush(true),
|
purge_redundant_kvs_while_flush(true),
|
||||||
allow_os_buffer(true),
|
allow_os_buffer(true),
|
||||||
allow_mmap_reads(false),
|
allow_mmap_reads(false),
|
||||||
allow_mmap_writes(false),
|
allow_mmap_writes(true),
|
||||||
is_fd_close_on_exec(true),
|
is_fd_close_on_exec(true),
|
||||||
skip_log_error_on_recovery(false),
|
skip_log_error_on_recovery(false),
|
||||||
stats_dump_period_sec(3600),
|
stats_dump_period_sec(3600),
|
||||||
|
Loading…
Reference in New Issue
Block a user