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:
parent
ff9100630e
commit
9c3215b828
@ -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_ ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user