0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

--smallfiles for some tests

This commit is contained in:
Eliot Horowitz 2009-10-09 13:09:45 -04:00
parent ff9100630e
commit 9c3215b828

View File

@ -230,6 +230,7 @@ MongodRunner.prototype.start = function( reuseData ) {
} }
args.push( "--nohttpinterface" ); args.push( "--nohttpinterface" );
args.push( "--noprealloc" ); args.push( "--noprealloc" );
args.push( "--smallfiles" );
args.push( "--bind_ip" ); args.push( "--bind_ip" );
args.push( "127.0.0.1" ); args.push( "127.0.0.1" );
if ( this.extraArgs_ ) { if ( this.extraArgs_ ) {