Re: eviction problem :: -f value

2018-01-16 Thread farzan dalaee
Thanks again, really appreciated. -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to memcached+unsubscr...@googlegroups.com. For more options, visit

Re: eviction problem :: -f value

2018-01-16 Thread dormando
> STAT 5:total_pages 6 Each page is (1024 * 1024), so 6291456 > STAT 5:mem_requested 5636482 gives a ~89.5% fill rate. 10% overhead for a slab class is the average and competely normal. You're trying to tune -f to reduce that overhead, but it's not likely to help very much. Try the

Re: eviction problem :: -f value

2018-01-16 Thread farzan dalaee
Thanks dormando for the quick response, how can I check for the overhead of slabs, I get confused a little. On Tue, Jan 16, 2018 at 11:30 AM, dormando wrote: > -f is very hard to tune. you need to actually look at what the overhead is > on each slab class. > > If you want

Re: eviction problem :: -f value

2018-01-16 Thread dormando
-f is very hard to tune. you need to actually look at what the overhead is on each slab class. If you want to reduce evictions the first thing you should try is the latest version. There're a lot of changes to improve memory efficiency, which may just fix your problem without you having to do