Ronald Warner wrote:
>
> OK.... so it should be
> echo 1024 32768 > /proc/sys/net/ipv4/ip_local_port_range
>
> right?
Right, if you want the port range 1024 - 32768 to be used for outgoing
TCP connections.
This tuning is only required for very high load proxies. Without it the
proxy MAY run into situations where it cannot make any further outgoing
TCP connections due to all allowed ports being bound by TIME_WAIT
sockets.
> > > Anyway, squid would restart ever so often because of the following:
> > > 2001/02/26 09:24:32| WARNING: All redirector processes are busy.
> > > 2001/02/26 09:24:32| WARNING: 114 pending requests queued
> > > FATAL: Too many queued redirector requests
> > > Squid Cache (Version 2.3.STABLE1): Terminated abnormally.
> >
> > Is this with or without the errors above?
> >
> this is without the errors above.
Then your redirector cannot keep up with the reqest rate your Squid is
receiving.
Try adding more redirector helpers.
-- Henrik Nordstrom Squid hacker -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Wed Feb 28 2001 - 21:05:12 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:58:17 MST