pub const STREAM_SUFFIX_SIZE: usize = _; // 131_072usizeExpand description
Maximum bytes of stdout/stderr retained on NonZeroExit and Timeout
error variants. Anything beyond this is dropped from the front (FIFO),
keeping the most recent output — usually the most relevant for debugging.