Replies: 1 comment
-
Duplicate of #9312. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The rabbitmq server is running on debian10 and was installed via the apt command.
After watching this tutorial rabbitmq docker default configuration change, I want to change the
vm_memory_high_watermark. relative
configuration inrabbitmq.conf
, but since this rabbitmq server is being used in an online production environment, I don't want to restart without downtime.I wanted to do a hot update with no downtime.
So I googled
How to configure rabbitmq server for hot updates
, and didn't find anything useful up to thenIs it because rabbitmq server doesn't support hot updates?
Beta Was this translation helpful? Give feedback.
All reactions