Installing and Configuring OpenStack (Juno) in Oracle® Solaris

Exit Print View

Updated: June 2016
 
 

Scalability Issues

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