On Thu, 3 Sep 2009, dormando wrote:


What version are you using?


1.4.0


Memcached won't start evicting until all pages are allocated up to the
limit. It's possible memcached-tool is wrong; telnet to memcached and type
'stats slabs' and 'stats items' and add everything up.

I did this

echo "stats slabs" | nc localhost 11211 | grep total_pages

Then added all the pages. It came to 1036 (OK not 1024 but close)

I also forget what the side effects of setting -n so low are, but I doubt
it's related.

Apparently it is not doing much for me. Looks like most of my objects end up in classes 100-110. Should I assume I should actually be bumping up the factor instead of making it smaller ie. 1.5 instead of 1.05 or 1.25 ?

Vladimir

Reply via email to