MINIMUM_SPAN
return cache_total_size * 2 > MINIMUM_SPAN ?
cache_total_size * 2 : MINIMUM_SPAN;
fill_param->buf_size = MINIMUM_SPAN;