[rabbitmq-discuss] OutOfMemoryException

Michael Klishin mklishin at gopivotal.com
Mon Feb 10 19:45:33 GMT 2014


On 10 Feb 2014, at 19:58, Andy Martin <akmartin at gmail.com> wrote:

> None of the specified endpoints were reachable
> Endpoints attempted:
> ------------------------------------------------
> endpoint=amqp-0-9://rabbitmq.example.com:5672, attempts=1
> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
>    at System.Threading.Thread.StartInternal(IPrincipal principal, StackCrawlMark& stackMark)
>    at System.Threading.Thread.Start(StackCrawlMark& stackMark)
>    at System.Threading.Thread.Start()
>    at RabbitMQ.Client.Impl.ConnectionBase.StartMainLoop()

Your app may be constantly opening new connections without closing them.
You got an OOME when instantiating a new connection, which is only reasonably likely
if you create them often.

MK

Software Engineer, Pivotal/RabbitMQ




More information about the rabbitmq-discuss mailing list