Increasing open file handle limit on Linux #7756
Unanswered
DongYuLiu-Boss
asked this question in
Questions
Replies: 1 comment 4 replies
-
@DongYuLiu-Boss it's not nice to mention individual core team members a few minutes after you open a discussion. We are not obligated to provide instant support for free, or at all. Nearly all modern Linux distributions use systemd. The way you bump the open file handle limit for a service such as RabbitMQ is via systemd. There is no need to edit service files and RabbitMQ 3.8 has been entirely out of support for about eight months now. Even 3.9 is now out of community support. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The RabbitMQ version used is 3.8.3, the Erlang version is 22.3.4.1, and the deployment environment is Linux; The number of File descriptors is 1024, and the number of Socket descriptors is 832. Once these two numbers are too high, RabbitMQ will be unable to connect, and the management side page will not respond. It seems that you can add the LimitNOFILE parameter to the rabbitmq-server.service configuration file to specify the number of connections. However, at present, I cannot modify this file and display an error E212: Unable to open and write to the file; How can I solve it? Did you specify the running parameters when starting the RabbitMQ service through systemctl to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions