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