Bug 580641 - squid does not support >1024 file descriptors
Summary: squid does not support >1024 file descriptors
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: squid
Version: 4.4
Hardware: All
OS: Linux
medium
high
Target Milestone: rc
: ---
Assignee: Jiri Skala
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On: 212137
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-04-08 17:01 UTC by Eduard Benes
Modified: 2014-11-09 22:32 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 212137
Environment:
Last Closed: 2010-04-09 12:47:59 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 2 Jiri Skala 2010-04-09 12:47:59 UTC
This is insufficient configuration. The following steps have to be done:

set ulimit -n ( >1024 )
use option of squid.conf max_filedesc (e.g. 4096)

The max_filedesc option is commented in squid.conf by default and internally
set to 1024.


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