Re: [squid-users] WARNING! Your cache is running out of filedescriptors

From: Eliezer Croitoru <eliezer_at_ngtech.co.il>
Date: Mon, 16 Jun 2014 02:12:20 +0300

On 06/16/2014 01:51 AM, MrErr wrote:
> Hi Everyone,
>
> I know this has been addressed before, but i am getting this error with just
> making one change to the squid.conf file. The system filelimit is set at
> 16384 and squid at 4096.
>
> Here is my squid.conf
And how is it related to the issue exactly?
The issue is that squid is getting lots of requests and reaches it
maximum open FD.
in a system with users it happens that each connection that requires
from 5 to more open FD will eventually reach the limit either from usage
or leak..
To make sure about the issue try to see "lsof -n|wc -l" output and also
"ss -n|wc -l"
it will give you a basic view on the concurrent open sockets on the
server and will give us a direction about the issue.
By the way, what OS are you using?

Eliezer
Received on Sun Jun 15 2014 - 23:14:34 MDT

This archive was generated by hypermail 2.2.0 : Mon Jun 16 2014 - 12:00:04 MDT