pub(crate) const STATS_BUDGET_BYTES: Config<usize>;
The budget (in bytes) of how many stats to write down per batch part. When the budget is exceeded, stats will be trimmed away according to a variety of heuristics.