[rabbitmq-discuss] System.OutOfMemoryException

Michael Klishin mklishin at gopivotal.com
Thu Mar 13 17:32:56 GMT 2014


On 13 Mar 2014, at 21:07, Phil Marino <philmar70 at gmail.com> wrote:

> 2014-03-13 12:27:12,706 [1237] ERROR Services.Messaging.MessageService :: (null) > MessageTransaction.Prepared Failed: None of the specified endpoints were reachable
> Endpoints attempted:
> ------------------------------------------------
> endpoint=amqp-0-9://localhost: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()

Are you creating connections dynamically? Do you ever close them?

Every connection uses at least one thread (for network I/O) and they do
consume RAM.

MK

Software Engineer, Pivotal/RabbitMQ




More information about the rabbitmq-discuss mailing list