]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/rabbitmq/templates/default.erb
move to puppetlabs rabbitmq module
[dsa-puppet.git] / 3rdparty / modules / rabbitmq / templates / default.erb
1 # File managed by Puppet.
2
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.
6 #
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 %>