Hi, the definition of POWER_LARGEST in slabs.c is set to 200, shouldn't this be 20? When changing the max block size, items_stats_sizes in items.c should be fixed so num_buckets depends on POWER_LARGEST (and for that we need to move the define for POWER_LARGEST into memcached.h). Mathias.