diff options
-rw-r--r-- | bench/wtperf/runners/evict-lsm.wtperf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/wtperf/runners/evict-lsm.wtperf b/bench/wtperf/runners/evict-lsm.wtperf index 962f6a60201..c51cb7859c1 100644 --- a/bench/wtperf/runners/evict-lsm.wtperf +++ b/bench/wtperf/runners/evict-lsm.wtperf @@ -1,6 +1,6 @@ # wtperf options file: evict lsm configuration conn_config="cache_size=50M,lsm_manager=(worker_thread_max=6)" -table_config="type=lsm,os_cache_dirty_max=16MB" +table_config="type=lsm,lsm=(chunk_size=2M),os_cache_dirty_max=16MB" compact=true icount=10000000 report_interval=5 |