From 9c3215b828c827c5c928e4dc267abc731cec5df2 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Fri, 9 Oct 2009 13:09:45 -0400 Subject: [PATCH] --smallfiles for some tests --- shell/servers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/servers.js b/shell/servers.js index c2369d9631a..4be377c42e5 100644 --- a/shell/servers.js +++ b/shell/servers.js @@ -230,6 +230,7 @@ MongodRunner.prototype.start = function( reuseData ) { } args.push( "--nohttpinterface" ); args.push( "--noprealloc" ); + args.push( "--smallfiles" ); args.push( "--bind_ip" ); args.push( "127.0.0.1" ); if ( this.extraArgs_ ) {