diff options
author | Susan LoVerso <sue@wiredtiger.com> | 2014-12-03 09:25:18 -0500 |
---|---|---|
committer | Susan LoVerso <sue@wiredtiger.com> | 2014-12-03 09:25:18 -0500 |
commit | 80488baea6ae3cd1dc6afd76e2850d3c11636805 (patch) | |
tree | 2ddc33853fd49433bf638fdd0dabef6e1d128a48 /bench/wtperf/runners | |
parent | c51da773be4a244611681bc30bcfa2a16008b239 (diff) | |
parent | caa5e82926639fca349ea70d0f7b17e939d03ad7 (diff) | |
download | mongo-80488baea6ae3cd1dc6afd76e2850d3c11636805.tar.gz |
Merge branch 'develop' into log-recycle
Diffstat (limited to 'bench/wtperf/runners')
-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 |