Skip to main content

MAX_OUTPUT_SIZE

Constant MAX_OUTPUT_SIZE 

Source
pub const MAX_OUTPUT_SIZE: usize = _; // 10_485_760usize
Expand description

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.