[rabbitmq-discuss] RabbitMQ 2.8.2 - Service Crash on Windows 2008 R2
Emile Joubert
emile at rabbitmq.com
Mon Aug 20 18:17:59 BST 2012
Hi Ryan,
On 20/08/12 14:36, Ryan Gunn wrote:
> ** Reason for termination ==
> ** {accept_failed,enfile}
This is a POSIX error code meaning you have run out of file descriptors.
The errors that follow are a consequence of this. You should be able to
raise the limit by setting the ERL_MAX_PORTS variable. Make sure you
really need to open that many connections and that your application is
not leaking connections. I see that connections are accepted at an
alarming rate just before the error.
-Emile
More information about the rabbitmq-discuss
mailing list