Hello! Data region size is a purely configuration limitation, it is not affected by hardware or OS. So you must be doing something different in the scenario where you are getting it.
I recommend enabling page eviction, see if you no longer see this error (but discard data), then tune your region size. Regards, -- Ilya Kasnacheev пн, 17 авг. 2020 г. в 12:10, xiaweidong <[email protected]>: > Thank you for your reply > I'm pretty sure I didn't get more than 2g of memory. > > Roughly 7,000 or so pieces of data would fill up 2g of memory, and I'm > running on Linux first, Memory consumption is far less than 2g. > When I move program to Aks, The program starts reporting errors. > > I've tested, when I run the k8S node above the first time to ignite, is > able to run perfectly, when I restart the Ignite and write data, write a > few will start the OOM; > When I restart the k8S node and running ignite again, It won't report an > error; > I think it's a compatibility issue between the two, and that's just my > personal idea. > > ------------------------------ > Sent from the Apache Ignite Users mailing list archive > <http://apache-ignite-users.70518.x6.nabble.com/> at Nabble.com. >
