On Debian 10, service rabbitmq-server start
takes 10 seconds; service rabbitmq-server stop
takes 5 seconds.
This is for a Docker development environment where load is extremely low and start/stop speed is more important than RabbitMQ performance or reliability. Stopping and re-starting the container takes 15 seconds because of this.
How can I make it faster? I added log.default.level = debug
to rabbitmq.conf
in case it would show me what it's doing during startup, but it didn't give me anything useful.
0 Answers