ejabberd - Comments for "Multiple concurrent Login&amp;#039;s Per Client causing issue" https://www.ejabberd.im/node/4113 en Some ideas you can try, some https://www.ejabberd.im/node/4113#comment-56067 <p>Some ideas you can try, some in ejabberd.cfg:</p> <ul> <li>Increase max_stanza_size value in ejabberd_c2s listener </li><li>Increase the maxrate value of the normal shaper </li><li>Increase the value of max_fsm_queue </li><li>In all operating systems there are limitations about the number of opened ports. Maybe your client, or ejabberd, is limited in this way. A typical limitation in Linux is "ulimit -n", that is set to 1024. If that's the case, the other 1024-900 = 124 ports may be wasted, semi-opened, opened for connections to a library... Investigate how to change this limit, or maybe other limits. </li></ul> Mon, 21 Jun 2010 09:12:01 +0000 mfoss comment 56067 at https://www.ejabberd.im