Skip to content
Discussion options

You must be logged in to vote
  1. The same way you would set any other environment variable for any other process, including using systemd unit files if RabbitMQ is installed via an RPM. There is nothing RabbitMQ-specific
  2. rabbitmq-diagnostics status and/or rabbitmqctl eval 'erlang:system_info(port_limit).'. Note that the limit will be set to the next power of 2, not to the exact ERL_MAX_PORTS value, so if set to 8191 it will actually be set to 8192, if set to 8193 it will actually be set to 16384, and so on

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants