--
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 view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/231ab1a9-5d76-4e99-9a53-e437b8aacdc1n%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rabbitmq-users/Pt8tZQIE8mo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/8cafc317-f64f-485a-8e7c-c23c8eb4ec09n%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/CABS4Ym--UUs5%3DBpv6kVEKQa3_%3DbKPgKigvZEj8D32WnosmFwsg%40mail.gmail.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/96d4ed93-45d4-416b-89b4-464ea07d85c7n%40googlegroups.com.
Hey everyone,
We've encountered an unexpected issue with one of our nodes experiencing a significant spike in memory utilization. Upon investigation, we've found that the majority of the memory is being consumed by other_ets
Any insights or advice on resolution are appreciated.
Environment:
RabbitMQ: 3.11.5
Erlang: 25.3.2.10
queue type: quorum
rabbitmq conf
listeners.tcp.1 = 0.0.0.0:5672
mqtt.listeners.tcp.1 = 0.0.0.0:1443
mqtt.tcp_listen_options.backlog = 9182
mqtt.tcp_listen_options.recbuf = 191072
mqtt.tcp_listen_options.sndbuf = 191072
mqtt.tcp_listen_options.keepalive = true
mqtt.tcp_listen_options.nodelay = true
mqtt.tcp_listen_options.exit_on_close = true
mqtt.tcp_listen_options.send_timeout = 120
mqtt.allow_anonymous = false
mqtt.default_user = guest
mqtt.default_pass = guest
mqtt.vhost = /
mqtt.exchange = amq.topic
mqtt.subscription_ttl = 86400000
management.listener.port = 15672
management.listener.ip = 0.0.0.0
log.file.level = info
vm_memory_high_watermark.relative = 0.6
handshake_timeout = 20000
tcp_listen_options.backlog = 9182
tcp_listen_options.recbuf = 191072
tcp_listen_options.sndbuf = 191072
tcp_listen_options.keepalive = true