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();