How to determine if memcache is full

2011-05-30 Thread Eduardo SIlvestre
Hello everyone, every weeks my memcache server stop accepting more connections. Today before restart daemon, i've check stats. stats STAT pid 30026 STAT uptime 938964 STAT time 1306667508 STAT version 1.2.2 STAT pointer_size 64 STAT rusage_user 682.422648 STAT rusage_system 1636.058247 STAT

Re: How to determine if memcache is full

2011-05-30 Thread dormando
Hello everyone, every weeks my memcache server stop accepting more connections. Today before restart daemon, i've check stats. stats STAT pid 30026 STAT uptime 938964 STAT time 1306667508 STAT version 1.2.2 Please upgrade to a newer version :) That one has grown a lot of hair,

Re: How to determine if memcache is full

2011-05-30 Thread Eduardo Silvestre
Hello Dormando, thans for your feedback. In fact i'm using the last stable version at debian repositories (http://packages.debian.org/lenny/memcached). Why will no longer accept new connections? Can i determine the cause based on stats? I'm collecting data from memcache with cacti templates,

Re: How to determine if memcache is full

2011-05-30 Thread Artur Ejsmont
I don't know if possible maybe you have Apache threads mounting up on web servers to the default limit of 1024 sockets on the memcached? Used to happen to us a few times on DB timeouts. We also used to have crashes of memcached from time to time so maybe buggy version? Art On May 30, 2011 11:12

Re: How to determine if memcache is full

2011-05-30 Thread Marc Bollinger
In fact i'm using the last stable version at debian repositories (http://packages.debian.org/lenny/memcached). Then also upgrade your OS to Squeeze (latest stable) :) http://packages.debian.org/squeeze/memcached - Marc On Mon, May 30, 2011 at 6:12 AM, Eduardo Silvestre jsilves...@gmail.com

Re: How to determine if memcache is full

2011-05-30 Thread dormando
Hello Dormando,  thans for your feedback. In fact i'm using the last stable version at debian repositories (http://packages.debian.org/lenny/memcached). Why will no longer accept new connections?  Can i determine the cause based on stats? I'm collecting data from memcache with cacti