Re: Query regarding JVM and GC settings with Ignite .NET

2023-08-25 Thread Pavel Tupitsyn
Hi Satyajit, Yes, the explanation in the Stackoverflow answer is correct. Data regions are allocated in offheap (unmanaged heap) memory, so Xms/Xmx settings are not relevant. For example, there are production setups out there with Xmx16G and data regions approaching terabyte size. On Fri, Aug

Possible bug failing to create a cache on a running grid causing grid failure

2023-08-25 Thread Raymond Wilson
We believe we had some code on a dev environment attempt to create a cache that was intended for another Ignite. The creation of this cache would have failed (at least) because the data region referenced in the cache configuration does not exist on that environment. A subsequent restart of the