From 94aa326184edb83dc78178d26a1b3c93aab68ec5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 21 Sep 2017 13:02:43 -0400 Subject: [PATCH] smallfiles=true added to mongod.conf Suggested by @arky in https://github.com/iiab/iiab/issues/254 --- roles/mongodb/templates/mongod.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mongodb/templates/mongod.conf b/roles/mongodb/templates/mongod.conf index 7d2aac70e..1b82f23b8 100644 --- a/roles/mongodb/templates/mongod.conf +++ b/roles/mongodb/templates/mongod.conf @@ -110,7 +110,7 @@ noprealloc = true #quotaFiles = 8 # Use a smaller default file size (false by default) -#smallfiles = true +smallfiles = true # Seconds between disk syncs (0=never, but not recommended) (60 by default) #syncdelay = 60