On Sat, 27 Feb 2010, Beier wrote:

> the memcached sever is hosted on a 64 bit Ubuntu8.0.4 distribution on
> Amazon EC2, it was installed from source
>
> max_connection was the default 1024. I suspect that the connection
> might went over 1024 (at peak time the server deals with about 500
> hits / sec), so now I set it to 5000 and it has been working well so
> far. But I'm expecting 'too many connections' error instead of
> event_queue error, could it be libevent's problem?

Smells like a libevent bug... or perhaps a new bug from us. Not sure; will
research this more.

You can tell if you're hitting mas conns by looking at the
listen_disabled_num counter. If you hit max conns and it's crashing every
time instead of limiting new conns, you've got a bug we're interested in
fixing.

Any chance you could test that out real quick?

Reply via email to