mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
6 lines
145 B
Bash
6 lines
145 B
Bash
# Set defaults
|
|
export RABBITMQ_ULIMIT_NOFILES=${RABBITMQ_ULIMIT_NOFILES:-65536}
|
|
|
|
# Apply resources limits
|
|
ulimit -n "${RABBITMQ_ULIMIT_NOFILES}"
|