[rabbitmq-discuss] the limitation or bug

majek04 majek04 at gmail.com
Tue Oct 6 10:47:57 BST 2009


On Tue, Oct 6, 2009 at 09:57, Alexandre Kalendarev <akalend at mail.ru> wrote:
> Can I create more that 32 684 queues in one node?

Please try to increase the erlang process limit. You can do that
by supplying "+P <number>" parameter to erlang ("erl").
http://erlang.org/doc/man/erl.html#max_processes

To check what is your current limit, you can run erlang and type:
$ erl +P99999
> erlang:system_info(process_limit).
99999
>

There were similar discussions in the past, you can try to
search rabbitmq mailing list archive to find more info.

Cheers!
  Marek Majkowski




More information about the rabbitmq-discuss mailing list