-
Notifications
You must be signed in to change notification settings - Fork 3.9k
total_memory_available_override_value missing from rabbit.schema #1445
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
@tianon thanks for reporting, it should be available in the next alpha (3.8.0-alpha.13 or later) once it goes through the Concourse pipeline. 3.7.1 will take another week or two but you should be able to make progress on the new style config support in the Docker image using the aforementioned build :) |
Nice, sounds good! I left |
I'm having the same issue with 3.7.1, 3.7.2 and 3.7.3-rc.1. The key From what @michaelklishin mentioned, maybe we should keep these lines commented until 3.8.0 is out? Configuration used:
Logs:
|
I cannot reproduce:
This was addressed in 3.7.1. |
Hi All, we have upgraded the rabbitmq to 3.7.3 in our existing application. ## RabbitMQ 3.7.3. Copyright (C) 2007-2018 Pivotal Software, Inc.########## Licensed under the MPL. See http://www.rabbitmq.com/ ########## Logs: (none)
completed with 4 plugins. Help Sought. |
@michaelklishin could you please help here? |
This is not a support forum. Please take your questions to rabbitmq-users and provide more details. |
It appears that during the conversion to
rabbit.schema
(and the new cuttlefish config) thattotal_memory_available_override_value
got lost (from #1234).I believe the following is roughly the schema block necessary, but saying that my Erlang is rusty would be a massive understatement: 😅
(With both
integer
andstring
because it supports both a raw bytes value or a unit-ed value like100M
, as noted in the PR which was merged and the docs snippet which describes this value: https://github.com/rabbitmq/rabbitmq-website/blob/12939a7168e268b6ad3df7330b427e7fa27d552f/site/configure.xml#L887-L902,rabbitmq-server/docs/rabbitmq.config.example
Lines 298 to 300 in cbb34bb
instructions that can be used to reproduce the issue
The text was updated successfully, but these errors were encountered: