Description of problem: jabberd limits open files to 1024 Version-Release number of selected component (if applicable): jabberd-2.2.14-1.el6.x86_64 How reproducible: always Steps to Reproduce: 1. Try to connect more than 1024 jabberd clients Actual results: # grep ulimit /etc/init.d/jabberd # grep max_fds /etc/jabberd/* /etc/jabberd/c2s.xml: <max_fds>1024</max_fds> /etc/jabberd/c2s.xml.dist: <max_fds>1024</max_fds> /etc/jabberd/c2s.xml-swsave: <max_fds>1024</max_fds> /etc/jabberd/router.xml: <max_fds>1024</max_fds> /etc/jabberd/router.xml.dist: <max_fds>1024</max_fds> /etc/jabberd/s2s.xml: <max_fds>1024</max_fds> /etc/jabberd/s2s.xml.dist: <max_fds>1024</max_fds> /etc/jabberd/s2s.xml-swsave: <max_fds>1024</max_fds> Expected results: Not sure. Mostly wants to check this is expected.
The jabberd package comes from EPEL. It uses the upstream value 1024. I don't see us or EPEL changing it any time soon.