You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by kay <go...@gmail.com> on 2020/07/07 05:20:41 UTC

DataRegion size with node start

Hello,

I'm curious about DataRegion with node start.

Does the DataRegion size configure allow space at the beginning of a node or
use space while using it?

Thank you so much!



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

Re: DataRegion size with node start

Posted by Alex Plehanov <pl...@gmail.com>.
Hello,

For in-memory data reagions DataRegionConfiguration.getInitialSize() will
be allocated on node startup.
Additional memory will be allocated by chunks of some size on demand until
DataRegionConfiguration.getMaxSize() reached.

вт, 7 июл. 2020 г. в 16:17, 배혜원 <go...@gmail.com>:

> Hello!
>
> but I’m not use persistent cache.
> Then, what happen?
>
> 나의 iPhone에서 보냄
>
> > 2020. 7. 7. 오후 7:43, akurbanov <an...@gmail.com> 작성:
> >
> > Hello kay,
> >
> > The data region memory specified will be allocated as soon as you will
> start
> > your first persistent cache.
> >
> > Best regards,
> > Anton
> >
> >
> >
> > --
> > Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Re: DataRegion size with node start

Posted by 배혜원 <go...@gmail.com>.
Hello!

but I’m not use persistent cache.
Then, what happen?

나의 iPhone에서 보냄

> 2020. 7. 7. 오후 7:43, akurbanov <an...@gmail.com> 작성:
> 
> Hello kay,
> 
> The data region memory specified will be allocated as soon as you will start
> your first persistent cache.
> 
> Best regards,
> Anton
> 
> 
> 
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: DataRegion size with node start

Posted by akurbanov <an...@gmail.com>.
Hello kay,

The data region memory specified will be allocated as soon as you will start
your first persistent cache.

Best regards,
Anton



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