Skip to main content

POOLED_PACKED_QUEUES_MAX_ENTRIES

Constant POOLED_PACKED_QUEUES_MAX_ENTRIES 

Source
const POOLED_PACKED_QUEUES_MAX_ENTRIES: usize = _; // 262_144usize
Expand description

Retained-capacity ceiling for the recycled queue pair, summed over both queues (~2 MiB of packed 8-byte entries). Larger buffers are dropped instead of pinned to a worker thread.