When using Bitnami RabbitMQ Helm chart to install RabbitMQ, I met this permission issue:
/opt/bitnami/scripts/librabbitmq.sh: line 512: ulimit: open files: cannot modify limit: Operation not permitted
It's known issue, the fix to set ulimitNofiles
to an empty string:
ulimitNofiles:
Top comments (0)