diff options
author | sueloverso <sue@mongodb.com> | 2016-12-29 14:56:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-29 14:56:21 -0500 |
commit | 4c461ebc2009d73a9b6e2ef0ee57bdfeba270064 (patch) | |
tree | e5166fb5a539c0a1931918949462120067126340 /bench | |
parent | 74cc96ce14d386d9f81a45cca7adddaaab5fb9d5 (diff) | |
download | mongo-4c461ebc2009d73a9b6e2ef0ee57bdfeba270064.tar.gz |
WT-3104 Fix single threaded eviction configurations. (#3221)
Diffstat (limited to 'bench')
-rw-r--r-- | bench/wtperf/runners/evict-btree-1.wtperf | 2 | ||||
-rw-r--r-- | bench/wtperf/runners/evict-lsm-1.wtperf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bench/wtperf/runners/evict-btree-1.wtperf b/bench/wtperf/runners/evict-btree-1.wtperf index 24da4dd7902..741101d083f 100644 --- a/bench/wtperf/runners/evict-btree-1.wtperf +++ b/bench/wtperf/runners/evict-btree-1.wtperf @@ -1,5 +1,5 @@ # wtperf options file: evict btree configuration -conn_config="cache_size=50M" +conn_config="cache_size=50M,eviction=(threads_max=1)" table_config="type=file" icount=10000000 report_interval=5 diff --git a/bench/wtperf/runners/evict-lsm-1.wtperf b/bench/wtperf/runners/evict-lsm-1.wtperf index ad885d98eb7..641a85dc889 100644 --- a/bench/wtperf/runners/evict-lsm-1.wtperf +++ b/bench/wtperf/runners/evict-lsm-1.wtperf @@ -1,5 +1,5 @@ # wtperf options file: evict lsm configuration -conn_config="cache_size=50M,lsm_manager=(worker_thread_max=6)" +conn_config="cache_size=50M,eviction=(threads_max=1),lsm_manager=(worker_thread_max=6)" table_config="type=lsm,lsm=(chunk_size=2M),os_cache_dirty_max=16MB" compact=true icount=10000000 |