carrotdata / carrot-cache

In-Out-Process Java cache (L1/L2 off-heap, scalable, ZeroGC) with full SSD support
Apache License 2.0
3 stars 0 forks source link

[BUG] Memory leak in memory index initSlot #451

Closed VladRodionov closed 2 months ago

VladRodionov commented 2 months ago

We do not set block size, which remains 0 and results in immediate expansion. This is technically not a memory leak, but more like metrics corruption - the system reports wrong index size (allocated)