Skip to content

vm_memory_high_watermark is less than expected #670

Answered by ChunyiLyu
bdaoudtdc asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @bdaoudtdc, I have converted the issue to a discussion since this is expected behavior and not a bug. A while back we added a feature to cluster operator so it provides headroom for the memory limit (see:

Context("Memory Limits", func() {
It("sets a RabbitMQ memory limit with headroom when memory limits are specified", func() {
const GiB int64 = 1073741824
instance.ObjectMeta.Name = "rabbit-mem-limit"
instance.Spec.Resources.Limits = map[corev1.ResourceName]k8sresource.Quantity{corev1.ResourceMemory: k8sresource.MustParse("10Gi")}
expectedConfiguration := iniString(f…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ChunyiLyu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #669 on April 29, 2021 08:41.