Greetings,<br><br>recently we upgraded to version 2.1.1. We picked up the official debian package, and installed it on a debian lenny. And we face problems of memory allocation &#39;ll_alloc: Cannot allocate 486539264 bytes of memory (of type &quot;port_tab&quot;)&#39; when invoking rabbitmqctl.<br>
We have definitely no clue about what&#39;s happening. Moreover it does not happen every time, but when it happens once, we&#39;re stuck. Rebooting fixes the issue.<br><br>~# lsb_release -a<br>No LSB modules are available.<br>
Distributor ID: Debian<br>Description:��� Debian GNU/Linux 5.0.5 (lenny)<br>Release:������� 5.0.5<br>Codename:������ lenny<br><br>~# erl<br>Erlang R13B04 (erts-5.7.5) [source] [64-bit] [rq:1] [async-threads:0] [kernel-poll:false]<br>
<br>~# cat /var/log/rabbitmq/startup_err<br>...<br>+ exec erl -pa /usr/lib/rabbitmq/lib/rabbitmq_server-2.1.1/sbin/../ebin -noinput -hidden -sname rabbitmq_multi2660 -s rabbit_multi -extra start_all 1<br>ll_alloc: Cannot allocate 486539264 bytes of memory (of type &quot;port_tab&quot;).<br>
/usr/lib/rabbitmq/bin/rabbitmq-server: line 107:� 2683 Aborted���������������� erl -pa &quot;$RABBITMQ_EBIN_ROOT&quot; -rabbit plugins_dir &quot;\&quot;$RABBITMQ_PLUGINS_DIR\&quot;&quot; -rabbit plugins_expand_dir &quot;\&quot;${RABBITMQ_MNESIA_DIR}/plugins-scratch\&quot;&quot; -rabbit rabbit_ebin &quot;\&quot;$RABBITMQ_EBIN_ROOT\&quot;&quot; -noinput -hidden -s rabbit_plugin_activator -extra &quot;$@&quot;<br>
Error: {node_start_failed,normal}<br><br>Maybe a faulty memory ? We will run a memtest when possible.<br><br>