On 27 October 2014 at 09:20:32, Joey Jiao (
joey....@gmail.com) wrote:
> =WARNING REPORT==== 24-Oct-2014::19:05:47 ===
> Mnesia('rabbit@baitweb-bd0001-lnx'): ** WARNING ** Mnesia
> is overloaded:
> {dump_log,write_threshold}
>
> Or in another word, how many queues/exchanges does rabbitmq
> support on one node?
It depends on your hardware and whether the node is a disk or RAM one.
Mnesia has some configuration parameters that can be bumped to avoid
the warning you see:
* dump_log_write_threshold
* dc_dump_limit
and the default indeed may be overly conservative for this day and age.
See
http://streamhacker.com/2008/12/10/how-to-eliminate-mnesia-overload-events/ for
more detailed info.
--
MK
Staff Software Engineer, Pivotal/RabbitMQ