Re: Ignite data region off-heap allocation

2023-07-23 Thread Pavel Tupitsyn
> If this flag is true will Ignite proactively allocate and use all pages in a data region, rather than incrementally? LazyMemoryAllocation means whether memory for DataRegion will be allocated only when the first cache is created in that region (when true), or immediately (when false) https://ig

Re: Cache write synchronization mode

2023-07-23 Thread Pavel Tupitsyn
Please check this reply on StackOverflow - does it help? https://stackoverflow.com/questions/45497095/explicit-setting-of-write-synchronization-mode-full-sync-needed-for-replicated-c On Wed, Jul 19, 2023 at 1:38 AM Raymond Wilson wrote: > I have a query regarding the CacheWriteSynchronizationM