summaryrefslogtreecommitdiff
path: root/bench/wtperf/runners/test1-2b-lsm.wtperf
diff options
context:
space:
mode:
Diffstat (limited to 'bench/wtperf/runners/test1-2b-lsm.wtperf')
-rw-r--r--bench/wtperf/runners/test1-2b-lsm.wtperf4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/wtperf/runners/test1-2b-lsm.wtperf b/bench/wtperf/runners/test1-2b-lsm.wtperf
index 6443159f68d..2a3923e62ab 100644
--- a/bench/wtperf/runners/test1-2b-lsm.wtperf
+++ b/bench/wtperf/runners/test1-2b-lsm.wtperf
@@ -3,11 +3,11 @@
# specification of the data (count, size, threads) is from basho_bench.
#
#conn_config="cache_size=21G,checkpoint_sync=false,mmap=false,session_max=1024,statistics=(fast,clear),statistics_log=(wait=60)"
-conn_config="cache_size=21G,checkpoint_sync=false,mmap=false,session_max=1024"
+conn_config="cache_size=21G,checkpoint_sync=false,mmap=false,session_max=1024,lsm_manager=(worker_thread_max=6)"
compact=true
compression="snappy"
sess_config="isolation=snapshot"
-table_config="internal_page_max=128K,lsm=(bloom_config=(leaf_page_max=8MB),bloom_bit_count=28,bloom_hash_count=19,bloom_oldest=true,chunk_max=20GB,chunk_size=100MB,merge_threads=4),type=lsm,leaf_page_max=16K,os_cache_dirty_max=16MB"
+table_config="internal_page_max=128K,lsm=(bloom_config=(leaf_page_max=8MB),bloom_bit_count=28,bloom_hash_count=19,bloom_oldest=true,chunk_max=20GB,chunk_size=100MB),type=lsm,leaf_page_max=16K,os_cache_dirty_max=16MB"
icount=2000000000
key_sz=40
value_sz=1000