Bug 723519

Summary: jabberd limits open files to 1024
Product: [Community] Spacewalk Reporter: Jan Hutař <jhutar>
Component: ServerAssignee: Michael Mráka <mmraka>
Status: CLOSED NOTABUG QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: low Docs Contact:
Priority: unspecified    
Version: 1.5CC: jpazdziora
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-20 13:29:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 695242    

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.