On Tue, 5 Jan 2010, Khalid Shaikh wrote:

> I am only using 2.9GB out of 8.0GB of memory.
>
> Anyway to optimized Memcache to not have so many full slabs?  How can
> I do this?  Which commands ?

The memcached-tool is missleading. "full slab" here lists if a slab has
deleted items on its tail or not. If memcached isn't near the memory limit
you set for it, the slab isn't "actually" full. It just means that if more
items are set, it might have to allocate an extra slab from the pool.

-Dormando

Reply via email to