summaryrefslogtreecommitdiff
path: root/jstests/parallel
diff options
context:
space:
mode:
authorGeert Bosch <geert@mongodb.com>2014-11-07 18:29:06 -0500
committerGeert Bosch <geert@mongodb.com>2014-11-07 18:29:44 -0500
commite0f8376cf7e3496af394df5ce6132f9b0cfb3af3 (patch)
treef6d23672f16786e57cc2304170d3cdddbfea1134 /jstests/parallel
parent869bb778dd79d3cc199523bda40671be7cb92aae (diff)
downloadmongo-e0f8376cf7e3496af394df5ce6132f9b0cfb3af3.tar.gz
Further reduce memory usage of manyclients.js
Diffstat (limited to 'jstests/parallel')
-rw-r--r--jstests/parallel/manyclients.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/parallel/manyclients.js b/jstests/parallel/manyclients.js
index 68ded2d5d33..9b86680e26b 100644
--- a/jstests/parallel/manyclients.js
+++ b/jstests/parallel/manyclients.js
@@ -10,7 +10,7 @@ Random.setRandomSeed();
t = new ParallelTester();
// v8 uses about 30M (res) per thread, so can't do many more on an 8GB system
-numThreads = 150;
+numThreads = 125;
buildInfo = db.adminCommand( "buildInfo" )
if ( buildInfo.bits < 64 ||