Re: DataRegion size with node start

2020-07-07 Thread Alex Plehanov
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, 배혜원 :

> Hello!
>
> but I’m not use persistent cache.
> Then, what happen?
>
> 나의 iPhone에서 보냄
>
> > 2020. 7. 7. 오후 7:43, akurbanov  작성:
> >
> > 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

2020-07-07 Thread 배혜원
Hello!

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

나의 iPhone에서 보냄

> 2020. 7. 7. 오후 7:43, akurbanov  작성:
> 
> 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

2020-07-07 Thread akurbanov
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/


DataRegion size with node start

2020-07-06 Thread kay
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/