Acked-by: Peter Müller > Since the maximum number of filedescriptors which are possible for 'squid 5.1' > are now 32768, I modified the initscript accordingly. > > Signed-off-by: Matthias Fischer > --- > src/initscripts/system/squid | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/initscripts/system/squid b/src/initscripts/system/squid > index 7255c0aca..09e7a0443 100644 > --- a/src/initscripts/system/squid > +++ b/src/initscripts/system/squid > @@ -48,6 +48,7 @@ transparent() { > > case "$1" in > start) > + ulimit -n 32768 > getpids "squid" > > if [ -n "${pidlist}" ]; then >