From 3dddfe2a7a677033d1dec28db402bfee71528035 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Wed, 14 Oct 2009 16:57:11 -0400 Subject: [PATCH] don't prealloc in unit tests --- dbtests/framework.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dbtests/framework.cpp b/dbtests/framework.cpp index b776979d54c..46b5e88a11f 100644 --- a/dbtests/framework.cpp +++ b/dbtests/framework.cpp @@ -202,7 +202,8 @@ namespace mongo { string dbpathString = p.native_directory_string(); dbpath = dbpathString.c_str(); - + + cmdLine.prealloc = false; Client::initThread(); acquirePathLock();