Skip to main content

SPILL_IN_FLIGHT_MAX

Constant SPILL_IN_FLIGHT_MAX 

Source
const SPILL_IN_FLIGHT_MAX: usize = 64;
Available on Unix and crate feature pool only.
Expand description

Beyond this many queued or in-flight spill entries, eviction degrades to inline on the caller: bounded memory overshoot under burst beats an unbounded queue of still-resident chunks.