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 'll_alloc: Cannot allocate 486539264 bytes of memory (of type "port_tab")' when invoking rabbitmqctl.<br>
We have definitely no clue about what's happening. Moreover it does not happen every time, but when it happens once, we'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 "port_tab").<br>
/usr/lib/rabbitmq/bin/rabbitmq-server: line 107: 2683 Aborted erl -pa "$RABBITMQ_EBIN_ROOT" -rabbit plugins_dir "\"$RABBITMQ_PLUGINS_DIR\"" -rabbit plugins_expand_dir "\"${RABBITMQ_MNESIA_DIR}/plugins-scratch\"" -rabbit rabbit_ebin "\"$RABBITMQ_EBIN_ROOT\"" -noinput -hidden -s rabbit_plugin_activator -extra "$@"<br>
Error: {node_start_failed,normal}<br><br>Maybe a faulty memory ? We will run a memtest when possible.<br><br>