Re: In AWS GetMisses and Evictions are high

2016-02-25 Thread dormando
Hey, What version are you running? Is this the amazon hosted memcached cloud thing or are you actually installing and managing memcached yourself? On Wed, 24 Feb 2016, raysmithvic1...@gmail.com wrote: > HiUsing memcached in AWS using to store our application web sessions. Several > days

Re: In AWS GetMisses and Evictions are high

2016-02-24 Thread Craig Watcham
Hi Ray, If you are not using CAS then disabling it can help, see [1]. Also depending on your 'stats slabs' you may want to tweak the minimum item size and growth factor to try and get the slabs to more closely match the size distribution of your items. Check the 'Unused Memory' graph in AWS,

In AWS GetMisses and Evictions are high

2016-02-24 Thread raysmithvic1978
Hi Using memcached in AWS using to store our application web sessions. Several days noticed that the GetMisses and Evictions are high. Thought to add new nodes or the resize the existing nodes. But not sure whether I want to tweak the max_item_size parameter? Any idea ? Thanks Ray -- ---