You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by prudhvibiruda <bp...@itron.com> on 2020/06/03 09:46:03 UTC

Re: Message Queue Size

Hi ,
We are using 2.8.0 version. And I still get this warning. Can you please
explain the significance of this property and what is the advisable value to
keep in production. I saw someone keep it to 1024. What is the significance
and what happens after 1024.

Thanks,
Prudhvi



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Message Queue Size

Posted by Ilya Kasnacheev <il...@gmail.com>.
Hello!

I think it involves the following tradeoff:
If you limit it, operations will wait on communication once the limit is
hit.
If you don't limit it, you will see OOM (heap memory) eventually.

This assumes that communication ever becomes a bottleneck, which will
almost never happen.
Since it is a very rare occurrence, we don't really have any
recommendations.

Regards.
-- 
Ilya Kasnacheev


ср, 3 июн. 2020 г. в 12:46, prudhvibiruda <bp...@itron.com>:

> Hi ,
> We are using 2.8.0 version. And I still get this warning. Can you please
> explain the significance of this property and what is the advisable value
> to
> keep in production. I saw someone keep it to 1024. What is the significance
> and what happens after 1024.
>
> Thanks,
> Prudhvi
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>