twemcache
twemcache copied to clipboard
memory slab calcification problem.
Once the object is allocated to some slabs and if the repartition of items size changes, some slabs will miss space whereas others are full of empty pages.
@manjuraj sir ,
group of requests according to their size and then stored it into the appropriate slab will little bit solve the problem of eviction.
I'm not sure what the actual problem/request is here. Please elaborate.