Bug 723519 - jabberd limits open files to 1024
Summary: jabberd limits open files to 1024
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Spacewalk
Classification: Community
Component: Server
Version: 1.5
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: Michael Mráka
QA Contact: Red Hat Satellite QA List
URL:
Whiteboard:
Depends On:
Blocks: space15
TreeView+ depends on / blocked
 
Reported: 2011-07-20 12:32 UTC by Jan Hutař
Modified: 2011-07-20 13:29 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-07-20 13:29:32 UTC
Embargoed:


Attachments (Terms of Use)

Description Jan Hutař 2011-07-20 12:32:03 UTC
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.

Comment 2 Jan Pazdziora (Red Hat) 2011-07-20 13:29:32 UTC
The jabberd package comes from EPEL. It uses the upstream value 1024. I don't see us or EPEL changing it any time soon.


Note You need to log in before you can comment on or make changes to this bug.