MAX_MAX_OUTPUT_SIZE

Constant MAX_MAX_OUTPUT_SIZE 

Source
pub const MAX_MAX_OUTPUT_SIZE: ByteSize;
Expand description

Maximum allowed value for max_output_size.

This caps how much output can be stored per test, bounding memory usage when reading archives. Values above this are clamped with a warning.

This constant is also used as the maximum size for reading any file from a recorded archive, preventing malicious archives from causing OOM.