summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2014-12-03 16:25:40 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2014-12-03 16:25:40 +1100
commitcaa5e82926639fca349ea70d0f7b17e939d03ad7 (patch)
treec24b18f988f14e410e994a78e1f3a6b6e3f6a592
parente397880e4795aa298500052bf61b7ae679f6b6b9 (diff)
downloadmongo-2.8-rc2.tar.gz
Reduce the chunk size in evict-lsm wtperf workload.mongodb-2.8-rc22.8-rc2
We aren't trying to stress out what happens when the cache gets full.
-rw-r--r--bench/wtperf/runners/evict-lsm.wtperf2
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