// multcollections.js s = new ShardingTest( "multcollections" , 2 , 1 , 1 , { chunksize : 1 } ); s.adminCommand( { enablesharding : "test" } ); db = s.getDB( "test" ) N = 100000 S = "" while ( S.length < 500 ) S += "123123312312"; for ( i=0; i