<div dir="ltr">Ben,<br><br>Not sure if this is of concern to you, but I get this from my browser:<br><br><a href="http://dev.rabbitmq.com">dev.rabbitmq.com</a> uses an invalid security certificate.<br>The certificate is only valid for *.<a href="http://lshift.net">lshift.net</a>.<br>
(Error code: ssl_error_bad_cert_domain)<br><br>Ed<br><br><div class="gmail_quote">On Sat, Sep 27, 2008 at 6:23 PM, Ben Hood <span dir="ltr">&lt;<a href="mailto:0x6e6562@gmail.com">0x6e6562@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello list,<br>
<br>
Recently, a user reported to me personally a problem of having more<br>
Rabbit than Sainsbury&#39;s (see point 104 in<br>
<a href="http://linuxmafia.com/pub/humour/uk-us-translations" target="_blank">http://linuxmafia.com/pub/humour/uk-us-translations</a>).<br>
<br>
The issue was that the system default maximum number of Erlang<br>
processes was execeeded (see error log below).<br>
<br>
By default, this is set to 32767, which, when you start many channels<br>
in Rabbit, will eventually be exceeded.<br>
<br>
The solution is to set the maximum with the +P flag to the Erlang runtime.<br>
<br>
I&#39;ve turned this into a FAQ here:<br>
<a href="https://dev.rabbitmq.com/wiki/FrequentlyAskedQuestions#section_10" target="_blank">https://dev.rabbitmq.com/wiki/FrequentlyAskedQuestions#section_10</a><br>
<br>
HTH,<br>
<br>
Ben<br>
<br>
---------- Forwarded message ----------<br>
From: Roger Rabbit &lt;<a href="mailto:dev_null@rabbitmq.com">dev_null@rabbitmq.com</a>&gt;<br>
Date: Fri, Sep 26, 2008 at 1:10 AM<br>
Subject: errors<br>
To: Ben Hood &lt;<a href="mailto:0x6e6562@gmail.com">0x6e6562@gmail.com</a>&gt;<br>
<br>
<br>
Started seeing a few errors since we switched to using one channel per consumer:<br>
<br>
=ERROR REPORT==== 25-Sep-2008::18:31:43 ===<br>
Too many processes<br>
<br>
=ERROR REPORT==== 25-Sep-2008::18:31:44 ===<br>
Error in process &lt;0.6075.24&gt; on node &#39;rabbit@XXX&#39; with exit<br>
value: {system_limit,[{erlang,spawn_link,[erlang,apply,[#Fun&lt;buffe<br>
ring_proxy.0.93458386&gt;,[]]]},{erlang,spawn_link,1},{rabbit_framing_channel,&#39;-start_link/2-fun-0-&#39;,2}]}<br>
<br>
=ERROR REPORT==== 25-Sep-2008::18:31:45 ===<br>
connection &lt;0.6414.22&gt; (running), channel 1129 - error:<br>
{system_limit,[{erlang,spawn_link,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[erlang,apply,[#Fun&lt;buffering_proxy.0.93458386&gt;,[]]]},<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{erlang,spawn_link,1},<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{rabbit_framing_channel,&#39;-start_link/2-fun-0-&#39;,2}]}<br>
<br>
=WARNING REPORT==== 25-Sep-2008::18:31:46 ===<br>
Non-AMQP exit reason &#39;{system_limit,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [{erlang,spawn_link,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[erlang,apply,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [#Fun&lt;buffering_proxy.0.93458386&gt;,[]]]},<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{erlang,spawn_link,1},<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{rabbit_framing_channel,&#39;-start_link/2-fun-0-&#39;,2}]}&#39;<br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br>
</blockquote></div><br></div>