mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-12 18:06:30 +00:00
Added modified zulip puppet modules
This commit is contained in:
11
includes/zulip/files/rabbitmq/rabbitmq-server
Normal file
11
includes/zulip/files/rabbitmq/rabbitmq-server
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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 1024
|
||||
|
||||
export ERL_EPMD_ADDRESS=127.0.0.1
|
||||
Reference in New Issue
Block a user