vm_memory_high_watermark set to 0.1, so ideally rabbitMQ should reserver 10% of 16GB which 1.6 GB
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
RabbitMQ retrieves total amount of memory available from the kernel and does not consult /sys/fs/cgroup.In 3.6.12 you can override it using`rabbit. total_memory_available_override_value `: https://github.com/rabbitmq/rabbitmq-server/blob/stable/docs/rabbitmq.config.example#L264.
On Wed, Sep 13, 2017 at 11:02 AM, puneet nagpal <puneetn...@gmail.com> wrote:
Hi,I am using totem- RabbitMQ version 3.6.12 with erlang/OTP 20.0 for IOT purpose and using MQTT and have deployed in docker containerConfiguration:Host Memory configuration (where container is deployed and running):256 GB RAMContainer allowed Memory (RAM) : 16 GB (defined using marathon)vm_memory_high_watermark set to 0.1, so ideally rabbitMQ should reserver 10% of 16GB which 1.6 GB
what i observed is that when rabbitMQ starts then it shows (checked using rabbitmq logs) that 10% of 256 = 25.6 GBInstead of taking Memory from container (10% of 16GB) using /sys/fs/cgroup/memory/memory.limit_in_bytesit is taking from HOST kernel ?Is this as per the Design or bug or am i missing something in configuration ?Regards,Puneet
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.