Eu colocava 8192...veja qtos vc tem...manda o cache.log pra gente dar uma olhada!
Pra aumentar, faz o seguinte: *R**ecompiling Squid* One thing you need to do before compiling *squid* is raise the number of *file descriptors* on your system. This requires two steps in recent 2.2.x series kernels. First you need to edit this line in the /usr/include/bits/types.h file: *#define __FD_SETSIZE 8192* It is 1024 by default. 1024 is not quite enough for even a single disk cache after all of these optimizations. Next you need to raise the limit in the shell so the configure script will see the added descriptors: *ulimit -HSn 8192* This raises the hard and soft limits to 8192. You will need to be root todo this. 2008/10/23 Luís Gustavo <[EMAIL PROTECTED]> > Nao está, tenho em media 750 conexões! Qual é o tamanho maximo q posso > colocar no File Descriptors? > > *From:* Leonardo Buonsanti <[EMAIL PROTECTED]> > *Sent:* Thursday, October 23, 2008 3:57 PM > *To:* [email protected] > *Subject:* Re: [squid-br] Problemas com Internet Explorer > > Não tá estourando o número de File Descriptors? > > 2008/10/23 Luís Gustavo <[EMAIL PROTECTED]> > >> Pessoal, antes de mais nada agostaria de agradecer já pela ajuda >> anterior no qual eu consegui colocar o servidor no provedor rodando e sem >> problemas. >> O que de deparei dpois de uns 3 a 4 dias é que alguns clientes estão me >> avisando que as vezes qdo da o refresh nas paginas, informa que a pagina nao >> pode ser exibida. Mas dpois que fecha o IE e o abre novamente o site abre >> normalmente. Já usando o Firefox, isso nao ocorre. Seria alguma configuração >> no squid.conf q está faltando? >> >> Minhas conf de refres estão assim: >> >> refresh_pattern ^ftp: 1440 20% 10080 >> refresh_pattern ^gopher: 1440 0% 1440 >> refresh_pattern . 0 20% 4320 >> >> >> Obrigado a todos mais uma vez! >> >> >> Gustavo >> >> > > > -- > Leonardo Buonsanti > > > -- Leonardo Buonsanti
