> 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
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