Ignite is in AWS K8s, three node Cluster,4GB RAM and 3 Cores each node.
We are using C# thick client hosted as the container in the same AWS K8s JVM options we have for thick client node is RAM Initial 2GB, Max 4GB, Cores initial 0.5 , max 2
we have two Caches, Table1- with 1.6Million records, Table2 -150Million records. In this case we are using AffinityKey and its colocated.
when trying to query Table1 getting the data but when trying to get the data from table2 its not returning data.
one more issues is when multiple users are trying to query, even not getting the data from table1 also.