It's very easy for this to happen-- evictions are when you try to add an item but there is no more room and no expired items can be found to remove quickly either, so an item that is still valid must be removed.
If, for example, you had a cache that only had room for 5 items and you kept trying to set 10 items, total_items would only ever be 5, but evictions would just keep growing. On Sun, Feb 13, 2011 at 2:36 AM, Arkadiy <[email protected]> wrote: > Hi all, > > What is the exact meaning of these stats? My server has more > evictions than total_items. How can this happen? > > Thanks in advance for your help. > > Arkadiy > -- awl
