Words by Jitendra [Wed, Nov 19, 2008 at 01:42:28AM -0800]: > > Hi, > We are planning to implement memcached as part of our project.As the > data is huge, we are expecting it will go beyond the size of cache. So > how can we know that the cache is full, hence we can start another > instance of memcache.
Look for the number of evictions growing when you to stats. Evicions happening means memcached is removing active objects from cache to make space for new ones. -- Jose Celestino | http://japc.uncovering.org/files/japc-pgpkey.asc ---------------------------------------------------------------- "One man’s theology is another man’s belly laugh." -- Robert A. Heinlein
