Add default config file according to OSCI-1077
[packages/centos6/rabbitmq-server.git] / rabbitmq-server.default
1 # This file is sourced by /etc/init.d/rabbitmq-server. Its primary
2 # reason for existing is to allow adjustment of system limits for the
3 # rabbitmq-server process.
4 #
5 # Maximum number of open file handles. This will need to be increased
6 # to handle many simultaneous connections. Refer to the system
7 # documentation for ulimit (in man bash) for more information.
8 #
9 ulimit -n 102400