On 06/24/2014 08:01 PM, Matthew Ceroni wrote:
to the output
above there is at any point roughly only 1k FD in use, so why is squid
reporting that it is running out of FD?
Any assistance would be appreciated.
You should look at the ulimit -Sa and ulitmi -Ha to see the basic limits
of the system.
it is possible that yous system limit is 1024 FD..
You can define the FD using a ulimit command at the sysVinit script to
something higher then you need...
All this is good but you basically use lsof to verify if squid user is
using FD or not and if so how much...
Eliezer