summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2015-08-10 16:23:40 -0400
committerSusan LoVerso <sue@wiredtiger.com>2015-08-10 16:23:40 -0400
commit8c58af77b4d5adfe32c8a07f53dbc4a2a5338459 (patch)
tree9907f3cb668254f4ea510d8c670bc3391f366021 /examples
parent09c75059ae639eb2c3eed6f829aa9e4682e928b5 (diff)
parenta26f54e8996c730bcf5808b230b8fe375e138ff7 (diff)
downloadmongo-8c58af77b4d5adfe32c8a07f53dbc4a2a5338459.tar.gz
Merge branch 'develop' into log-slot-revamp
Conflicts: src/conn/conn_log.c
Diffstat (limited to 'examples')
-rw-r--r--examples/c/ex_all.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/c/ex_all.c b/examples/c/ex_all.c
index 6905169c4c2..213e058d4cc 100644
--- a/examples/c/ex_all.c
+++ b/examples/c/ex_all.c
@@ -1064,7 +1064,8 @@ main(void)
home = NULL;
/*! [Open a connection] */
- ret = wiredtiger_open(home, NULL, "create,cache_size=500M", &conn);
+ ret = wiredtiger_open(home, NULL,
+ "create,cache_size=5GB,log=(enabled,recover=on)", &conn);
/*! [Open a connection] */
if (ret == 0)