| commit | f6b5f742f0f6d337b2c9895b3f42d8b05533a695 | [log] [tgz] |
|---|---|---|
| author | Robert Newson <rnewson@apache.org> | Wed Sep 25 09:27:18 2019 +0100 |
| committer | Robert Newson <rnewson@apache.org> | Wed Sep 25 15:50:10 2019 +0100 |
| tree | a658783fd52dcc3812f33a876d66b99f63ad2fc8 | |
| parent | d611484d02da1541878f91e62cae7fb8d3016bb3 [diff] |
Correct misleading commentary on ERL_MAX_PORTS ERL_MAX_PORTS affects the number of Erlang ports allowed at once, and defaults to 1024. An Erlang port is created via erlang:open_port and is used to launch an executable like couchjs. It is not, directly, a limit on TCP sockets or file descriptors.
This repository contains the Sphinx source for Apache CouchDB's documentation. You can view the latest rendered build of this content at:
http://docs.couchdb.org/en/latest
Install Python 2.7+ and pip. Then:
$ virtualenv venv $ . ./venv/bin/activate $ pip install -r requirements.txt $ make html # builds the docs $ make check # syntax checks the docs
General feedback is welcome at our user or developer mailing lists.
Apache CouchDB has a CONTRIBUTING file with details on how to get started with issue reporting or contributing to the upkeep of this project.