Rabbitmq File Descriptor Limit
问题 Rabbitmq documentation says that we need to do some configuration before we use it on production. One of the configuration is about maximum open file number (which is an OS parameter). Rabbitmq server we use is running on Ubuntu 16.04 and according to resources I found on web, I updated the number of open files as 500k. When I check it from command line, I get the following output: root@madeleine:~# ulimit -n 500000 However when I look at the rabbitmq server status, I see another number. root