bitnami-containers/bitnami/rabbitmq/3.7/ol-7/rootfs/init.sh

6 lines
145 B
Bash

# Set defaults
export RABBITMQ_ULIMIT_NOFILES=${RABBITMQ_ULIMIT_NOFILES:-65536}
# Apply resources limits
ulimit -n "${RABBITMQ_ULIMIT_NOFILES}"