pub const BUFFER_POOL_MIN_CHUNK_SIZE: usize = 4096;
Smallest allowed chunk size in the buffer pool (bytes).