Hi,
In my ignite server, I have several caches, each cache has about 10k entries. I build the entry using binary object. Each entry just has 3 or 4 fields, each field is short, less than 20 bytes. But I enable index for each field. Most entry has set expired time. The expired time is short, about 90 seconds. After run for 2 hours, 8G memory are used, and the ignite run out of memory. I build the ignite from source code, and use yesterdays' github master branch code. My questions: 1) Does the expired data release the memory? 2) How ignite build the index? How much memory it cost? Thanks Shawn
