blob: b26a724ab7b2a1f8190acaf0ff03f92543482a17 [file] [log] [blame]
{%- from "rabbitmq/map.jinja" import server with context %}
# Managed by Salt
# This file is sourced by /etc/init.d/rabbitmq-server. Its primary
# reason for existing is to allow adjustment of system limits for the
# rabbitmq-server process.
#
# Maximum number of open file handles. This will need to be increased
# to handle many simultaneous connections. Refer to the system
# documentation for ulimit (in man bash) for more information.
#
ulimit -n {{ server.ulimit }}