ejabberd - Comments for "SOMAXCONN impact on number of concurrent users?" https://www.ejabberd.im/node/506 en There are soft limits (max https://www.ejabberd.im/node/506#comment-1104 <p>There are soft limits (max processes, max connections...) that can be modified (check the 'performance tunning' and 'benchmark' pages). </p> <p>I think there's also a limit in concurrent changes in the Mnesia database allowed (some millions, I think) that can't be modified. </p> <p>However, long before you get any other limitation, you will run out of CPU or RAM. And it may be that both types of limitations can be overcome using clustering: there's a well known ejabberd server with 22000 concurrent users (out of 210000 accounts registered) in real world conditions (it is not a benchmark).</p> Sat, 26 Nov 2005 16:48:52 +0000 mfoss comment 1104 at https://www.ejabberd.im amount of concurrents users https://www.ejabberd.im/node/506#comment-1102 <p>Hello, I use Debian Sarge 3.1 can any body tell me the limits of concurrets users ejabberd can be hold...?</p> Fri, 25 Nov 2005 19:01:12 +0000 nbetm comment 1102 at https://www.ejabberd.im I don't know about this https://www.ejabberd.im/node/506#comment-1066 <p>I don't know about this parameter, but on Debian unstable with Linux 2.6.11, ulimit -n 1024 allows around 1024 users. I just need to increment this and the problem is solved.</p> <p>In fact, don't forget that connections are consumed by client-to-server and by server-to-server connections.</p> Fri, 18 Nov 2005 23:28:51 +0000 mfoss comment 1066 at https://www.ejabberd.im It's a TCP/IP-related system parameter https://www.ejabberd.im/node/506#comment-1063 <p>In our case we're using Centos 2.4 (Linux 2.6 kernel) and wondering if having this parameter set to 1024 would limit the number of concurrent users to 1024.</p> Fri, 18 Nov 2005 21:59:27 +0000 chikoo comment 1063 at https://www.ejabberd.im What is this https://www.ejabberd.im/node/506#comment-1062 <p>What is this "SOMAXCONN"?</p> <p>--<br /> sander</p> Fri, 18 Nov 2005 19:10:51 +0000 sander comment 1062 at https://www.ejabberd.im