1 # File managed by Puppet.
3 # This file is sourced by /etc/init.d/rabbitmq-server. Its primary
4 # reason for existing is to allow adjustment of system limits for the
5 # rabbitmq-server process.
7 # Maximum number of open file handles. This will need to be increased
8 # to handle many simultaneous connections. Refer to the system
9 # documentation for ulimit (in man bash) for more information.
10 ulimit -n <%= @file_limit %>