bitnami-containers/bitnami/rabbitmq/3.7/debian-9/rootfs/init.sh

8 lines
158 B
Bash

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