Hi all, Please help me in understanding the concept of bytes_written, bytes and limit_maxbytes. When I do stats on my memcache server, I get limit_maxbytes as 1GB. If I have to figure out if memcache memory is getting full, which value should I look - bytes or bytes_written? In my case, bytes is always less than limit_maxbytes where as bytes_written sometimes exceeds way above limit_maxbytes (goes up to 16GB sometimes). Is that a thing to concern about?
Thanks in advance! Regards, Ashish
