On 2014-06-20 09:10, [email protected] wrote:
I had configured
/etc/security/limits.conf
squid   soft    nofile
16384
squid   hard    nofile  16384
root    soft    nofile  16384

root    hard    nofile  16384

but to resolve the problem I have to add
into /et/init.d/squid
 #set fildedescriptor
 set -e
 ulimit -n 16384


thank Eliezer

I've found that adding:

*     -     nofile 16384

To limits.conf works as well.

James

Reply via email to