On Mon, Aug 9, 2010 at 10:07 PM, Dmitry Demeshchuk <demeshc...@gmail.com> wrote:
> The error you get means that too many sockets are opened
> simultaneously. I guess there are two main possible reasons:
>
> 1. You are being spammed by someone
> 2. Your REST requests to Riak are somehow handled slower than new
> requests come. So, the number of opened HTTP connections increase over
> time and you start getting this message.

Well, file handles are for sockets and files, there might be a
backend/schema combination that likes lots of open files. Adding a
"ulimit -n SOME_BIG_NUMBER" in your start script would make sure you
have plenty of filenos to spare.

-bob

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to