Hi Peter, Current implementation rendomly allocates memory for each value when it's added, and frees memory when the entry is removed. Therefore, the segmentation is possible if you constantly remove entries and create new once. In case you usually *update* instead, especially with low throughput that you have, I would not expect any problems.
-Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/OFFHEAP-TIERED-and-memory-fragmentation-tp10218p10227.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
