Bug 82987
| Summary: | RFE: More available file descriptors for Squid per default | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Janne Pikkarainen <jabapi> |
| Component: | squid | Assignee: | Jay Fenlason <fenlason> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | CC: | jfeeney |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 18:51:28 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: | |||
See bug #72896 for attempted resolution. *** This bug has been marked as a duplicate of 72896 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021218 Description of problem: Squid bundled with Red Hat seems to have only 1024 file descriptors available per default. This limit can be easily raised by adjusting DEFAULT_FD_SETSIZE parameter from the Squid's configure script & OPEN_MAX value from /usr/include/linux/limits.h and after that recompiling Squid. Is there a reason why the default maximum value is so low? If there isn't, could it be pumped up in the forthcoming releases of Red Hat? Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Install Red Hat Linux 8.0 (or whatever version, I think) 2. Start Squid. 3. See how your highly loaded proxy server starts to run out of file descriptors, thus slowing down the server. Actual Results: After running Squid for couple of minutes it ran out of file descriptors. Expected Results: Squid shouldn't run out of file descriptors. Recompiling Squid with higher maximum values fixed the problem. Additional info: