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 

Reply via email to