[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

OT numero de ficheros en squid3 en debian estable



Tengo un problema con el numero de ficheros:
$ squidclient -h proxy -p 8080 mgr:info | grep 'file descri'
	Maximum number of file descriptors:   1024
	Available number of file descriptors:   99
	Reserved number of file descriptors:   100

he incrementado el numero de ficheros con:

# cat /etc/default/squid3
KRB5_KTNAME=/etc/squid3/PROXY.keytab
export KRB5_KTNAME
SQUID_MAXFD=4096

tras lo que con squidclient veo:

$ squidclient -h proxy -p 8080 mgr:info | grep 'file descri'
	Maximum number of file descriptors:   65535
	Available number of file descriptors: 63206
	Reserved number of file descriptors:   100
¿Alguien sabe porque sale 65535 y no 4096 como yo esperaba?

-- 
trujo <antonio.trujillo.sspa@juntadeandalucia.es>


Reply to: