I deploy my ignite cluster on google kubenetes engine (gke), which consists of two ignite server nodes.
I have a table with 6,000,000 records, and each around 220 bytes, in total 1.33GB. I set one backups for this table and set 5 indexes. As the ignite mentioned capacity planning here, these records will occupy 9.2G memory, and indeed in the graidgain control center I can see the total allocated memory is around 9.3G, but actually in gke console it shows about 18G.
I'm not sure what consumes this extra 9G memory resources.