ejabberd - Comments for "Increased user limit" https://www.ejabberd.im/node/278 en Thanks! https://www.ejabberd.im/node/278#comment-553 <p>Ahhh, ok... I thought it was system-wide, and was setting ulimit in my init.d script, then running jabsimul as another user in another shell entirely.</p> <p>Thanks for the help!</p> Wed, 15 Jun 2005 08:41:39 +0000 rtfact comment 553 at https://www.ejabberd.im set ulimit on every console https://www.ejabberd.im/node/278#comment-544 <p>Check this: the limitation in the number of open file descriptors is a limitation applied per shell. Every shell, console, bash... that you open will have another limitation for 1024 descriptors. </p> <p>If you modify this number executing 'ulimit -n 2000', you are modifying the limit for that shell. So, you must execute this command on the console where you will start ejabberd and on the console where you will start jabsimul.</p> <p>Before starting any of those file-descriptors-eaters, make sure again that the limit has really increased:</p> <pre># ulimit -n 1024 # ulimit -n 15000 # ulimit -n 15000 # erl ... or jabsimul ...</pre> Tue, 14 Jun 2005 14:49:24 +0000 mfoss comment 544 at https://www.ejabberd.im User limit https://www.ejabberd.im/node/278#comment-543 <p>Yep, I have followed that, and have set my server up the same way with all the same settings, which is why I think it must be a Linux issue rather than an ejabberd or erlang issue.</p> Tue, 14 Jun 2005 07:21:19 +0000 rtfact comment 543 at https://www.ejabberd.im Have you read this: https://www.ejabberd.im/node/278#comment-542 <p>Have you read this: <noindex><a href="/benchmark" rel="nofollow" >http://www.ejabberd.im/benchmark</a></noindex>?</p> Mon, 13 Jun 2005 17:02:38 +0000 teo comment 542 at https://www.ejabberd.im