emfile means you've run out of file descriptors.
B.
On 19 June 2012 09:59, Dave Cottlehuber <dave@muse.net.nz> wrote:
> On 19 June 2012 10:02, Niels Boldt <nielsboldt@gmail.com> wrote:
>> Hi
>>
>> Couchdb 1.2.0 on ubuntu 12.04 stopped responding. Its build using
>> https://github.com/iriscouch/build-couchdb
>>
>> I found a lot of entries like this in the log
>>
>> [Mon, 18 Jun 2012 07:44:46 GMT] [error] [<0.24124.54>]
>> {error_report,<0.31.0>,
>> {<0.24124.54>,crash_report,
>> [[{initial_call,
>> {mochiweb_acceptor,init,
>> ['Argument__1','Argument__2','Argument__3']}},
>> {pid,<0.24124.54>},
>> {registered_name,[]},
>> {error_info,
>> {exit,
>> {error,accept_failed},
>
>
>> "{error,emfile}"]}}
>
> I'm wondering you're running into some system limit.
>
> Can you check http://wiki.apache.org/couchdb/Performance#Resource_Limits
> and see if tweaking might help?
>
> A+
> Dave
|