aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guide.html')
-rw-r--r--doc/guide.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/guide.html b/doc/guide.html
index 078c7c723..e4bcb91a7 100644
--- a/doc/guide.html
+++ b/doc/guide.html
@@ -102,7 +102,14 @@ make
<H3>2.4&nbsp;&nbsp; Starting</H3><!--SEC END -->
-<A NAME="sec:starting"></A><PRE>
+<A NAME="sec:starting"></A>... To use more then 1024 connections, you need to set environment
+variable <TT>ERL_MAX_PORTS</TT>:
+<PRE>
+export ERL_MAX_PORTS=32000
+</PRE>Note that with this value <TT>ejabberd</TT> will use more memory (approximately 6MB
+more)...<BR>
+<BR>
+<PRE>
erl -name ejabberd -s ejabberd
</PRE>TBD<BR>
<BR>