Memcached eviction when cache is 40% full

memcached

Solution

Check the slab sizes by running the memcached stats. Looks like your slabs are not evenly populated and that is causing the evictions even when the cache is not full full.

Problem

I am seeing evictions when the memcached is only 40% full. How is that possible?

Original source

Related problems