twemcache
twemcache copied to clipboard
Twemcache is the Twitter Memcached
Once the object is allocated to some slabs and if the repartition of items size changes, some slabs will miss space whereas others are full of empty pages.
Learning about the real memory consumption of Twemcache is important to correctly estimate overhead and avoid paging. To many people's surprise, slab memory doesn't account for the entire heap size...
Dear Twemcache team, I would like to ask about the scalability of Twemcache. What is the maximum throughput you could achieve in terms of concurrent requests per second? and how...