Re: Memcache UDP on PHP

2009-09-03 Thread Osdeni José Sadzinski
Hi, i try use udp with php, but not worked, i seen this bug: http://pecl.php.net/bugs/bug.php?id=14809, if someone could use help if possible, I will be grateful. Thanks. On Thu, Sep 3, 2009 at 2:00 AM, Nick Le Mouton nick.lemou...@gmail.comwrote: Has anyone used memcache UDP on PHP using

Re: Confused about slab/class allocation

2009-09-03 Thread dormando
What version are you using? 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. Fill ratio and such is difficult to accurately predict since

Re: Confused about slab/class allocation

2009-09-03 Thread Vladimir
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

Re: Confused about slab/class allocation

2009-09-03 Thread dormando
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