Hi Thomas,

On Thu, Jan 23, 2014 at 06:15:50PM +0100, Thomas Heil wrote:
> Hi,
> 
> On 23.01.2014 16:43, Baptiste wrote:
> > Hi Thomas,
> >
> > Please share your configuration (anonymized).
> >
> 
> Ive attached the config.

Thank you.

Could you check using netstat -a and in /proc/<haproxy_pid>/fd if there
is any file descriptor leak ? Also could you just check haproxy on the
stats socket :
   echo "show info" | socat - /var/run/haproxy.stat
   echo "show sess" | socat - /var/run/haproxy.stat | wc -l

Could you please recheck without keep-alive ? I'd fear that some bug
would cause some of the idle server connections to never die, or their
connections never to be released, but that's just an idea. We've fixed
a few issues with the idle connection manager just after dev21, it would
be great if you could give the latest snapshot a try as well. FWIW, I'm
currently running latest snapshot on the master site, and after one day,
I'm seeing only 14 MB of RAM just like upon startup, and no leak.

I think I'm going to implement a few extra debugging output on the CLI
such as "show pools" for example.

Thanks,
Willy


Reply via email to