Erlang/OTP Forums

Author Message

<  RabbitMQ mailing list  ~  the limitation or bug

akalen
Posted: Tue Oct 06, 2009 8:58 am Reply with quote
Joined: 11 Jun 2009 Posts: 9
Hi All,

I create the 100 000 messages and bind to one exchange.
After creating 32 684 queues and bindings I have crush. The log have message:
error{
'EXIT',
{syslem_limit,
....
}
}

If I create 3 node by rabbit_multi (rabbit@myhost, rabbit_1@myhost & rabbit_2@myhost) I can to create only 32 684 queues by one node. I have three connections by 5672,5673,5674 ports.

Can I create more that 32 684 queues in one node?
Can RabbitMQ distribute the queues by nodes using one connection.



Alexandre


_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
Post received from mailinglist
View user's profile Send private message
Guest
Posted: Tue Oct 06, 2009 9:48 am Reply with quote
Guest
On Tue, Oct 6, 2009 at 09:57, Alexandre Kalendarev <akalend@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

_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
Post received from mailinglist

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum