By default, RabbitMQ imposes a file descriptor limit of 255. This limit can easily prevent you from scaling the cloud further after you have created a few compute nodes. To avoid this block, increase the limit value in the /etc/rabbitmq/rabbitmq-env.conf file:
# Increase soft limit on file descriptors for RabbitMQ ulimit -n 8192