Bug 772481 - Low number of open files for squid process
Summary: Low number of open files for squid process
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: squid
Version: 16
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Jiri Skala
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-08 18:55 UTC by Jan ONDREJ
Modified: 2014-11-09 22:35 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-01-16 09:27:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jan ONDREJ 2012-01-08 18:55:31 UTC
Description of problem:
Running squid with large cache_dir is problematic due to small limit of open files. Please increase LimitNOFILE in default systemd.service file.

Version-Release number of selected component (if applicable):
squid-3.2.0.14-1.fc16.i686

How reproducible:
always

Actual results:
error opening files

Additional info:
This fixed my problems:

[Service]                                                                       
Type=forking                                                                    
LimitNOFILE=16384                                                               

There are also other services in fedora, which changes default ulimits. I think squid is one of most file opening process.


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