-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Introduce a new config parameter, total_memory_available_override_value, to override total amount of memory available to the node #1234
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
Conversation
… total memory rabbitmq-server#1224 [#145450413]
@@ -246,6 +246,10 @@ | |||
%% | |||
%% {memory_monitor_interval, 2500}, | |||
|
|||
%% The total memory available can be calculated from the OS resources | |||
%% - default option - or provided as a configuration parameter: | |||
%% {total_memory_available_override_value, "5000MB"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is why #1233 was reported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see. What do you think about changing the comment text to 5000MiB
or 5GiB
so it's clear to the user that those abbreviations are supported?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We support MiB
, GiB
and such, so can change rabbitmq.config.example
to use that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Units are specified just above:
rabbitmq-server/docs/rabbitmq.config.example
Line 230 in 1b97635
%% k, kiB: kibibytes (2^10 bytes) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dcorbacho thanks for pointing that out. I should have read the entire file rather than just this diff.
Documentation is missing for |
It is not missing from the example config:
https://github.com/rabbitmq/rabbitmq-server/blob/stable/docs/rabbitmq.config.example#L302
…On Mon, Nov 20, 2017 at 7:22 PM, Thomas Riccardi ***@***.***> wrote:
Documentation is missing for total_memory_available_override_value at
https://www.rabbitmq.com/configure.html (or anywhere else on the website
it seems).
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1234 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAEQhgLNviBW5gAjrYICPqvQLKkuCUBks5s4adagaJpZM4NnkOB>
.
--
MK
Staff Software Engineer, Pivotal/RabbitMQ
|
Yes indeed, but the https://www.rabbitmq.com/configure.html page says its list is the complete list of configurable variables:
It currently is not complete. |
@thomas-riccardi fair enough. See rabbitmq/rabbitmq-website@62b5267. |
Perfect, thanks ! |
@thomas-riccardi we are aware of that. Currently the plan is to make every guide link to its source on GitHub. Our small team is unlikely to get to it any time soon, though :( |
Closes #1224