RabbitMQ calculates available memory incorrectly #7674
Replies: 2 comments 9 replies
-
You are doing at least one thing wrong: you are deploying a 6-year old version of RabbitMQ.
More importantly in this case, Erlang is also ~6 years old and I'm pretty sure Erlang was unaware of cgroups back then.
Check with a contemporary version.
|
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
Regmir
-
I'm seeing a similar problem with a newer version
ConfigMap
This value seems to be off somehow...? RabbitMQCluster CR
|
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we are deploing RabbiMQ 3.10.6 alpine docker to 1.24 Kubernetes with 0.6Gi RAM, but in logs we got
Memory high watermark set to 9579 MiB (10044397977 bytes) of 23947 MiB (25110994944 bytes) total
Management UI also displays incorrect value.
vm_memory_calculation_strategy = allocated
, but triedrss
andlegacy
too. Please help, is this a bug or we doing something wrong?Beta Was this translation helpful? Give feedback.
All reactions