Membrane eviction when the cache is 40%

I see evictions when memcached is only 40% full. How is this possible?

+5
source share
3 answers

Check the size of the slab by running memcached statistics. It looks like your slabs are not evenly filled, and this causes evictions, even if the cache is not completely filled.

+11
source

I wrote a long explanation of this issue , which also applies to this.

+2
source

Memcached . , , .

. memcached , .

0
source

All Articles