subprocess::Popen::set_out_buf_cap

Sets the capacity of the buffer used to capture the child's output.

Synopsis

Declared in <util/subprocess.h>

void
set_out_buf_cap(size_t cap);

Parameters

NameDescription
capNew output buffer capacity, in bytes.