On Sun, Feb 26, 2012 at 10:51 AM, Slawomir Pryczek <psla...@wp.pl> wrote:
>
> Easiest thing would be probably just increase the LRU keys scanned to
> eg. 10k but it'll probably just kill the server :)

How do you analyze the data to decide what should be kept?   Would it
help to just use a shorter expire time on everything since it is being
evicted anyway, then write back anything you are actively reusing to
bump up the time to live?  That way less active data gets out of the
way sooner with no extra work.

-- 
  Les Mikesell
    lesmikes...@gmail.com

Reply via email to