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

2023-08-24 Thread satyajit.mandal.barclays.com via user
Hi Pavel, Can you please confirm if below explanation is correct in stackoverflow regarding offheap and onheap settings. https://stackoverflow.com/questions/52977420/how-to-set-off-heap-or-on-heap-memory-in-apache-ignite In your case, you're committing more memory to Ignire than you ha

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

2023-08-24 Thread satyajit.mandal.barclays.com via user
Hi Pavel, Can you please confirm if below explanation in post is correct https://stackoverflow.com/questions/52977420/how-to-set-off-heap-or-on-heap-memory-in-apache-ignite In your case, you're committing more memory to Ignire than you have. You commit 12GB off-heap + 15GB heap = 27GB, wh

Query regarding JVM and GC settings with Ignite .NET

2023-08-24 Thread satyajit.mandal.barclays.com via user
Hi Pavel, Have query regarding JVM and GC settings. If my data region has requirement of 20 GB ( MAX size) then we will need to set -Xmx as more than 20G? We faced Java.lang.outofMemory exception so wanted to confirm abt the JVM tuning? https://ignite.apache.org/