-
Notifications
You must be signed in to change notification settings - Fork 429
How to configure memory settings? #132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Currently the only way to do so is by choosing to either fork our entrypoint script or to ignore our environment variables and create the entire configuration file yourself (which is what I'd recommend). At some point (hopefully soon), upstream is going to replace their Erlang-based configuration file with an INI-ish syntax, which will allow us to be more forgiving of existing user-supplied content (by appending/modifying instead of replacing completely). 👍 |
Thanks @tianon |
How is this done? I've tried
But when I look at the rabbitmq.config in the container it's still the default one containing the following: |
Uh oh!
There was an error while loading. Please reload this page.
It seems
docker-entrypoint.sh
creates/overwrites the configuration file for rabbitmq.Maybe I have missed something obvious in the documentation, but how do I get in custom configuration into the config file? Example, I'd like to be able to set
vm_memory_high_watermark_paging_ratio
as described in https://www.rabbitmq.com/memory.htmlHelp is much appreciated!
Update: This seems to be related to #76 and #120
The text was updated successfully, but these errors were encountered: