Updates:
Status: Started
Comment #1 on issue 163 by trond.norbye: Buggy mem_requested values
http://code.google.com/p/memcached/issues/detail?id=163This was introduced in d3807d06f0693b0435545d35462de2829a61a7d1 where we try to recycle the allocated memory instad of allocating new all the time. The problem is that we don't adjust the requested value, so se end up subracting another value than the one we added at the initial allocation.
