summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/format/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/format/config.h b/test/format/config.h
index f468914e2ec..abac446ccd9 100644
--- a/test/format/config.h
+++ b/test/format/config.h
@@ -46,7 +46,7 @@ static CONFIG c[] = {
{ "cache",
"size of the cache in MB",
- 0, 0, 1, 30, &g.c_cache },
+ 0, 0, 1, 100, &g.c_cache },
{ "delete_pct",
"percent operations that are deletes",