summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2011-12-24 12:31:24 +0000
committerKeith Bostic <keith.bostic@wiredtiger.com>2011-12-24 12:31:24 +0000
commitf5ee6ea29f7c2926429697b3820ef60fc5d58e60 (patch)
tree676d923065ba38a6ea2f11f73220a1428f6fad8c /test
parentdfbe946e31f599707225bc87b7545ebc82b2cde6 (diff)
downloadmongo-f5ee6ea29f7c2926429697b3820ef60fc5d58e60.tar.gz
Support up to 100MB caches.
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",