Hello! I don't think it is related in any way to the structure of your model classes. Ignite stores data in off-heap so OutOfMemoryError is not usually caused by data storage.
Please collect a heap dump off of your running node, analyze it with e.g. Memory Analyzer Tool to understand the structure of your heap consumption. Regards, -- Ilya Kasnacheev пт, 5 июл. 2019 г. в 15:03, siva <[email protected]>: > Hi, > I have attached one model class,what kind of records are putting into > cache.Same like around 100 models class/tables records are there,that one > keeping in single cache store. > > please find the github class link > > https://github.com/CP-Ram/ApacheIgniteClientServerTestDotNetCoreConsoleApp/blob/master/IngiteClientServerNetCoreConsoleApp/Model/Records/ProductionDayRecords.cs > < > https://github.com/CP-Ram/ApacheIgniteClientServerTestDotNetCoreConsoleApp/blob/master/IngiteClientServerNetCoreConsoleApp/Model/Records/ProductionDayRecords.cs> > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
