Roy M. wrote:
Hi,
On 6/24/08, Pritam <pritam@xxxxxxxxxxxxx> wrote:
Try increasing the size of file descriptor
Are there any reference links?
Thanks.
If squid binary is install from source then following steps should work.
~ Stop the squid process.
~ Use ulimit to increase the file descriptor size.
# ulimit –HSn 8192 (where 8192 is the FD size )
~ Start the squid process. See cache.log to confirm the change FD.
else this link should help you further.
~
http://www.cyberciti.biz/faq/squid-proxy-server-running-out-filedescriptors/
Regards