RabbitMQ 连接数超限 New connections will not be accepted until this alarm clears

日志中报错

file descriptor limit alarm set.~n~n********************************************************************~n***
New connections will not be accepted until this alarm clears ***~n********************************************************************~n

 

# vim /etc/security/limits.conf
* soft nofile 65536
* hard nofile 65536

# vim /usr/lib/systemd/system/rabbitmq-server.service 
[Service]
LimitNOFILE=65535

# systemctl daemon-reload
# systemctl restart rabbitmq-server.service

 

posted @ 2022-08-04 17:22  苦逼挨踢男  阅读(288)  评论(0编辑  收藏  举报