pub const MAX_OUTPUT_SIZE: usize = _; // 10_485_760usize
Maximum number of bytes kept from a single process output stream (10 MB).
Any output beyond this limit is silently dropped after a warning is logged.