[rabbitmq-discuss] Memory grows very fast

Michael Klishin michael.s.klishin at gmail.com
Mon May 13 18:25:27 BST 2013


2013/5/13 rabbit15 <bison_art at o2.pl>

> Why the memory grows up so fast ?


rabbitmqctl status will report a breakdown on what takes memory.

However, if you publish gigabyte-sized messages, it may be a better idea to
store them on the filesystem,
S3, Riak CS or similar, and only pass URIs or identifiers that lets
applications locate the file in your messages.

Messaging systems build on memory managed runtimes
are likely to not handle multi-gigabyte messages that are kept around for a
long time well.
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130513/63f83cbe/attachment.htm>


More information about the rabbitmq-discuss mailing list