I have a RabbitMQ Windows server where the memory usage grows immediately to the configured memory limit and then stops accepting connections with the "Publishers will be blocked until this alarm clears" log entry. It takes about 2 minutes for the system to go from service start to 90% memory saturation.I think I have ruled out the Rabbit install and configuration (I'm using the default rabbit config file) by uninstalling both Erlang and Rabbit and upgrading both. I see the same results when the new Rabbit install attempts to start with the existing mnesia database.Here's all I get in the RabbitMQ log:
=INFO REPORT==== 11-Aug-2016::11:25:09 ===Starting RabbitMQ 3.5.4 on Erlang 17.5Copyright (C) 2007-2015 Pivotal Software, Inc.Licensed under the MPL. See http://www.rabbitmq.com/=INFO REPORT==== 11-Aug-2016::11:25:09 ===node : rabbit@COMPUTERhome dir : C:\Windowsconfig file(s) : e:/RabbitMQ/rabbitmq.configcookie hash : /VDlrgwkq54joF+mO+xxrQ==
log : E:/RabbitMQ/log/rabbit@COMPUTER.logsasl log : E:/RabbitMQ/log/rabbit@COMPUTER-sasl.log
--
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.
For more options, visit https://groups.google.com/d/optout.
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.
For more options, visit https://groups.google.com/d/optout.
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.
Application environment of node rabbit@COMPUTER ...[{amqp_client,[{prefer_ipv6,false},{ssl_options,[]}]}, {compiler,[]}, {crypto,[]}, {inets,[]}, {kernel,[{error_logger,tty}, {inet_default_connect_options,[{nodelay,true}]}, {inet_dist_listen_max,25672}, {inet_dist_listen_min,25672}]}, {mnesia,[{dc_dump_limit,40}, {dir,"E:/RabbitMQ/db/rabbit@COMPUTER-mnesia"}, {dump_log_write_threshold,2000}]}, {os_mon,[{start_cpu_sup,false}, {start_disksup,false}, {start_memsup,false}, {start_os_sup,false}]}, {rabbit_common,[]}, {ranch,[]}, {sasl,[{errlog_type,error},{sasl_error_logger,false}]}, {stdlib,[]}, {syntax_tools,[]}, {xmerl,[]}]Status of node rabbit@COMPUTER ...[{pid,6052}, {running_applications,[{amqp_client,"RabbitMQ AMQP Client","3.6.2"}, {rabbit_common,[],"3.6.2"}, {os_mon,"CPO CXC 138 46","2.4"}, {compiler,"ERTS CXC 138 10","6.0"}, {syntax_tools,"Syntax tools","1.7"}, {inets,"INETS CXC 138 49","6.0"}, {crypto,"CRYPTO","3.6"}, {xmerl,"XML parser","1.3.8"}, {mnesia,"MNESIA CXC 138 12","4.13"}, {ranch,"Socket acceptor pool for TCP protocols.", "1.2.1"}, {sasl,"SASL CXC 138 11","2.5"}, {stdlib,"ERTS CXC 138 10","2.5"}, {kernel,"ERTS CXC 138 10","4.0"}]}, {os,{win32,nt}}, {erlang_version,"Erlang/OTP 18 [erts-7.0] [64-bit] [smp:8:8] [async-threads:64]\n"}, {memory,[{total,219835920}, {connection_readers,0}, {connection_writers,0}, {connection_channels,0}, {connection_other,2712}, {queue_procs,0}, {queue_slave_procs,0}, {plugins,0}, {other_proc,37560560}, {mnesia,1854968}, {mgmt_db,0}, {msg_index,465184}, {other_ets,1593840}, {binary,140513680}, {code,27746983}, {atom,992409}, {other_system,9105584}]}, {alarms,[]}, {listeners,[]}, {vm_memory_high_watermark,0.8}, {vm_memory_limit,27487361433}, {disk_free_limit,50000000}, {disk_free,24806293504}, {file_descriptors,[{total_limit,32668}, {total_used,16}, {sockets_limit,29399}, {sockets_used,0}]}, {processes,[{limit,1048576},{used,144}]}, {run_queue,0}, {uptime,36}, {kernel,{net_ticktime,60}}]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.
[ {rabbit, [ {log_levels, [{connection, error}, {channel, error}]}, {vm_memory_high_watermark, 0.8}, {vm_memory_high_watermark_paging_ratio, 0.75}, {collect_statistics_interval, 60000} ] }, {mnesia, [ {dump_log_write_threshold, 2000}, {dc_dump_limit, 40} ] }, {rabbitmq_management, [ {rates_mode, basic} ] }].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.