
{tcp_listen_options, [
{backlog, 4096},
{nodelay, true},
{linger, {true,0}},
{exit_on_close, false},
{buffer, 1024},
{sndbuf, 1024},
{recbuf, 1024}
]}
{background_gc_enabled, true},
{background_gc_target_interval, 60000}



--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/c91abde4-7139-4ba8-b2d4-f885930fccd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes,Consumers are keeping up great, no messages are piling up on any queue.We use MQTT to process messages sent by 9k IoT devices. These messages are very slow (<1k each), and the rate is maybe 10 per minute on average. Find attached the JSON info about one of this 9k mqtt clients, looks pretty good to me (file queue_info.json).
PS C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.15\sbin> .\rabbitmqctl eval 'recon:bin_leak(10).'
[{<10308.1792.0>,-2587656,
[rabbit_mgmt_db_cache_queues,
{current_function,{orddict,find,2}},
{initial_call,{proc_lib,init_p,5}}]},
{<10308.534.0>,-39403,
[channel_queue_exchange_metrics_metrics_collector,
{current_function,{gen_server,loop,7}},
{initial_call,{proc_lib,init_p,5}}]},
{<10308.539.0>,-33256,
[queue_metrics_metrics_collector,
{current_function,{gen_server,loop,7}},
{initial_call,{proc_lib,init_p,5}}]},
{<10308.540.0>,-26995,
[queue_coarse_metrics_metrics_collector,
{current_function,{gen_server,loop,7}},
{initial_call,{proc_lib,init_p,5}}]},
{<10308.536.0>,-17813,
[channel_exchange_metrics_metrics_collector,
{current_function,{gen_server,loop,7}},
{initial_call,{proc_lib,init_p,5}}]},
{<10308.535.0>,-12606,
[channel_queue_metrics_metrics_collector,
{current_function,{gen_server,loop,7}},
{initial_call,{proc_lib,init_p,5}}]},
{<10308.666.0>,-8000,
[{current_function,{gen_server2,process_next_msg,1}},
{initial_call,{proc_lib,init_p,5}}]},
{<10308.23971.0>,-1979,
[{current_function,{gen_server2,process_next_msg,1}},
{initial_call,{proc_lib,init_p,5}}]},
{<10308.473.0>,-585,
[rabbit_web_dispatch_registry,
{current_function,{gen_server,loop,7}},
{initial_call,{proc_lib,init_p,5}}]},
{<10308.23974.0>,-508,
[{current_function,{gen_server2,process_next_msg,1}},
{initial_call,{proc_lib,init_p,5}}]}]
PS C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.15\sbin>

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/4d0086f3-bcd6-49f7-829a-4e6eaccc2916%40googlegroups.com.
We could run a scheduled task to call it every say 2h if that makes sense.Thanks,Victor
On Thu, May 30, 2019 at 5:33 PM Luke Bakken <lba...@pivotal.io> wrote:
Hi Victor,--
Thanks for providing those images. I suggest disabling your /api/queues query for a day or so to see if that stabilizes memory usage.Also, could you run this command and provide the output? If running the command reduces memory use, please let us know.rabbitmqctl eval 'recon:bin_leak(10).'Thanks,Luke
On Thursday, May 30, 2019 at 8:14:45 AM UTC-7, Victor Martin wrote:Yes,Consumers are keeping up great, no messages are piling up on any queue.We use MQTT to process messages sent by 9k IoT devices. These messages are very slow (<1k each), and the rate is maybe 10 per minute on average. Find attached the JSON info about one of this 9k mqtt clients, looks pretty good to me (file queue_info.json).Potentially related to this, we've seen that web UI gets frozen when accessing to queue section (I guess due to the 9k queues there). Same thing happens when query /api/queues REST API which we do every few seconds to see what devices have lost connectivity with rabbitmq... Could this be related to the memory issue?
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/4d0086f3-bcd6-49f7-829a-4e6eaccc2916%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/b0e5015f-6aea-4615-b163-7f2c6e44e9a5%40googlegroups.com.

Hi,Unfortunately setting management_db_cache_multiplier = 0 didn't help with erl.exe memory consumption:
Any other ideas on where to look? We stopped using web UI and querying REST API but memory consumption is still sky-rocketedVictor



--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/85b5a82a-48c1-4c10-b33f-a01f4444a727%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/e0d11804-a3fd-4b0c-9ae1-fbcf9a306581%40googlegroups.com.

Just for the record, disabling rabbitmq_management plugin has been the solution for the huge memory consumption. fter disabling the plugin, memory is super stable and even CPU usage has been vastly improved