summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/parallel/manyclients.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/parallel/manyclients.js b/jstests/parallel/manyclients.js
index a00734d3c6c..62c0e7f0d1b 100644
--- a/jstests/parallel/manyclients.js
+++ b/jstests/parallel/manyclients.js
@@ -10,7 +10,8 @@ Random.setRandomSeed();
t = new ParallelTester();
// v8 uses about 30M (res) per thread, so can't do many more on an 8GB system
-numThreads = 125;
+// Reducing the number of threads to 100 because of WT-1989
+numThreads = 100;
buildInfo = db.adminCommand( "buildInfo" ).buildEnvironment
if ( buildInfo.bits < 64 ||