[GitHub] nickva commented on a change in pull request #250: Added information, how to increase connection limit

2018-02-23 Thread GitBox
nickva commented on a change in pull request #250: Added information, how to 
increase connection limit
URL: 
https://github.com/apache/couchdb-documentation/pull/250#discussion_r170286717
 
 

 ##
 File path: src/maintenance/performance.rst
 ##
 @@ -212,6 +212,21 @@ This TCP buffering behaviour can be disabled via
 .. seealso::
 Bulk :ref:`load ` and :ref:`store ` API.
 
+Connection limit
+
+
+`MochiWeb`_ is handling CouchDB requests.
+By default maximum number of connections is 2048. To change this limit, use
+server_options configuration variable. 'max' indicates maximum number of
+connections.
+
+.. code-block:: ini
+
+[httpd]
 
 Review comment:
   For CouchDB 2.x
   
   I think this needs to be `[chttpd]` to be applied to the main (clustered) 
port (by default 5984).
   
   `[httpd]` would be for the backend (node local) port (by default 5986).
   
   
   For CouchDB 1.x `[httpd]` works. But I think that should be a separate PR 
against the 1.6.x branch.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] nickva commented on a change in pull request #250: Added information, how to increase connection limit

2018-02-23 Thread GitBox
nickva commented on a change in pull request #250: Added information, how to 
increase connection limit
URL: 
https://github.com/apache/couchdb-documentation/pull/250#discussion_r170285131
 
 

 ##
 File path: src/maintenance/performance.rst
 ##
 @@ -212,6 +212,21 @@ This TCP buffering behaviour can be disabled via
 .. seealso::
 Bulk :ref:`load ` and :ref:`store ` API.
 
+Connection limit
+
+
+`MochiWeb`_ is handling CouchDB requests.
+By default maximum number of connections is 2048. To change this limit, use
+server_options configuration variable. 'max' indicates maximum number of
 
 Review comment:
   Let's use backticks \` for config string like say \`server_options\` or 
\`max\`


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services