This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch jenkins-pipeline
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-pipeline by this push:
     new ff74458  Make max OS spawned couchjs processes = 2
ff74458 is described below

commit ff7445874126f6f154c10357d805264985e7485e
Author: Nick Vatamaniuc <vatam...@apache.org>
AuthorDate: Mon Jun 19 11:07:33 2017 -0400

    Make max OS spawned couchjs processes = 2
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index f6084c4..b515d7e 100644
--- a/Makefile
+++ b/Makefile
@@ -116,6 +116,7 @@ endif
        @rm -rf dev/lib
        @dev/run -n 1 -q --with-admin-party-please \
             -c 'startup_jitter=0' \
+            -c 'os_process_limit=2' \
             test/javascript/run $(suites)
 
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <commits@couchdb.apache.org>'].

Reply via email to