summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2014-12-12 12:13:53 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2014-12-12 12:13:53 +1100
commit36b6f584df0c6b88fc61dba7a9f1c6b2601aeba7 (patch)
tree2419228f75d3b09e51a8051496d8294a9b0f7d6d /bench
parent9b33b7c46a2672f36b9673d5e4cbc7315bc9ecf4 (diff)
downloadmongo-36b6f584df0c6b88fc61dba7a9f1c6b2601aeba7.tar.gz
Choose a more stable chunk size for small-lsm wtperf workload.
The previous size meant we sometimes didn't merge the tree down because of the number of chunks created during the load.
Diffstat (limited to 'bench')
-rw-r--r--bench/wtperf/runners/small-lsm.wtperf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/wtperf/runners/small-lsm.wtperf b/bench/wtperf/runners/small-lsm.wtperf
index 1b00d18d76b..8c7f65bb8b0 100644
--- a/bench/wtperf/runners/small-lsm.wtperf
+++ b/bench/wtperf/runners/small-lsm.wtperf
@@ -1,6 +1,6 @@
# wtperf options file: small lsm configuration
conn_config="cache_size=500MB"
-table_config="lsm=(chunk_size=5MB),type=lsm,os_cache_dirty_max=16MB"
+table_config="lsm=(chunk_size=10MB),type=lsm"
icount=500000
report_interval=5
run_time=120