Replies: 1 comment
-
Can anyone help me with this, I'm constantly facing this issue on mac? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using erlang to open 4 connections and 10 channels per one connection and rabbitmq server closes the connection with this error that I found in logs
Environment Details:
RabbitMQ 3.9.13
*Erlang: 24.2.1 [jit] (rabbitmq)
This issue doesn't occur if I run rabbitmq on Linux (Ubuntu) it only occur when I run it on MacOs Big Sur (Docker for Desktop).
So Is there any specific configuration that I can do specifically in MacOs. I've read the docs about File Descriptors limit I've increased that also but that didn't helped.
I've tried multiple rabbitmq version but still same issue.
Can you please explain what is this issue? and why the connection is closed?
This is my current
ulimit -n
20000I've also posted this question on stackoverflow but so far no help.
https://stackoverflow.com/questions/70968865/rabbitmq-errors-when-connections-opened-on-macos-docker-for-desktop
Beta Was this translation helpful? Give feedback.
All reactions