pub const COALESCER_MAX_CAPACITY: usize = 10_000;
Maximum capacity of the per-worker write coalescer. Also used as the denominator for buffer utilization metrics.