subprocess::Popen::set_err_buf_cap

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

Synopsis

Declared in <util/subprocess.h>

void
set_err_buf_cap(size_t cap);

Parameters

NameDescription
capNew error buffer capacity, in bytes.