diff options
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index da22aca77..46ecc96dc 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -128,6 +128,14 @@ TBD \subsection{Starting} \label{sec:starting} +\ldots{} To use more then 1024 connections, you need to set environment +variable \texttt{ERL\_MAX\_PORTS}: +\begin{verbatim} +export ERL_MAX_PORTS=32000 +\end{verbatim} +Note that with this value \ejabberd{} will use more memory (approximately 6MB +more)\ldots{} + \begin{verbatim} erl -name ejabberd -s ejabberd \end{verbatim} |