Working on the project with Dave.
Here is the output of rabbitmqctl status while our node is locked with a memory warning:
```
[{pid,1070},
{running_applications,
[{rabbitmq_top,"RabbitMQ Top","3.6.8"},
{rabbitmq_management_visualiser,"RabbitMQ Visualiser","3.6.8"},
{rabbitmq_management,"RabbitMQ Management Console","3.6.8"},
{rabbitmq_web_dispatch,"RabbitMQ Web Dispatcher","3.6.8"},
{rabbitmq_management_agent,"RabbitMQ Management Agent","3.6.8"},
{rabbit,"RabbitMQ","3.6.8"},
{cowboy,"Small, fast, modular HTTP server.","1.0.4"},
{ranch,"Socket acceptor pool for TCP protocols.","1.3.0"},
{ssl,"Erlang/OTP SSL application","8.1.1"},
{public_key,"Public key infrastructure","1.4"},
{cowlib,"Support library for manipulating Web protocols.","1.0.2"},
{crypto,"CRYPTO","3.7.3"},
{mnesia,"MNESIA CXC 138 12","4.14.3"},
{os_mon,"CPO CXC 138 46","2.4.2"},
{inets,"INETS CXC 138 49","6.3.6"},
{amqp_client,"RabbitMQ AMQP Client","3.6.8"},
{rabbit_common,
"Modules shared by rabbitmq-server and rabbitmq-erlang-client",
"3.6.8"},
{compiler,"ERTS CXC 138 10","7.0.4"},
{xmerl,"XML parser","1.3.13"},
{syntax_tools,"Syntax tools","2.1.1"},
{asn1,"The Erlang ASN1 compiler version 4.0.4","4.0.4"},
{sasl,"SASL CXC 138 11","3.0.3"},
{stdlib,"ERTS CXC 138 10","3.3"},
{kernel,"ERTS CXC 138 10","5.2"}]},
{os,{unix,linux}},
{erlang_version,
"Erlang/OTP 19 [erts-8.3] [source-d5c06c6] [64-bit] [smp:2:2] [async-threads:64] [hipe] [kernel-poll:true]\n"},
{memory,
{connection_readers,463912},
{connection_writers,9216},
{connection_channels,824200},
{connection_other,367504},
{queue_procs,438344},
{queue_slave_procs,16990856},
{plugins,4379184},
{other_proc,24018184},
{mnesia,151312},
{metrics,225664},
{mgmt_db,1396112},
{msg_index,1878640},
{other_ets,2953144},
{code,24794668},
{atom,1033401},
{other_system,8954643}]},
{alarms,[memory]},
{listeners,
[{clustering,25672,"::"},
{amqp,5672,"::"},
{'amqp/ssl',5671,"::"},
{http,15672,"::"}]},
{vm_memory_high_watermark,0.4},
{disk_free_limit,50000000},
{disk_free,146945978368},
{file_descriptors,
[{total_limit,924},{total_used,10},{sockets_limit,829},{sockets_used,6}]},
{processes,[{limit,1048576},{used,487}]},
{run_queue,0},
{uptime,472},
{kernel,{net_ticktime,60}}]
```
rabbitmq-top doesn't seem to show anything odd.