const INITIAL_BUFFER_BYTES: usize = 1048576;
Initial writing buffer size. Note this is just a size hint for efficiency. It will grow beyond the set value if needed.