summaryrefslogtreecommitdiff
path: root/shell/servers.js
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-10-08 16:29:04 -0400
committerEliot Horowitz <eliot@10gen.com>2009-10-08 16:29:04 -0400
commitee72859d26fd63bb5e2c2c647480f2fe44f760eb (patch)
treeaebe07ad9ed9a6fbbaf5d2fb1d019596e4272ff3 /shell/servers.js
parent3c23cd09be89ac70a8c1b49d20fc201ae8fe0036 (diff)
downloadmongo-ee72859d26fd63bb5e2c2c647480f2fe44f760eb.tar.gz
--smallfiles for some regression tests
Diffstat (limited to 'shell/servers.js')
-rw-r--r--shell/servers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/servers.js b/shell/servers.js
index 30cc18189b0..c2369d9631a 100644
--- a/shell/servers.js
+++ b/shell/servers.js
@@ -112,7 +112,7 @@ ShardingTest = function( testName , numServers , verboseLevel , numMongos ){
this._serverNames = [];
for ( var i=0; i<numServers; i++){
- var conn = startMongod( { port : 30000 + i , dbpath : "/data/db/" + testName + i , noprealloc : "" } );
+ var conn = startMongod( { port : 30000 + i , dbpath : "/data/db/" + testName + i , noprealloc : "" , smallfiles : "" } );
conn.name = "localhost:" + ( 30000 + i );
this._connections.push( conn );