diff options
| author | Michael Pratt <mpratt@google.com> | 2017-05-19 15:55:00 -0700 |
|---|---|---|
| committer | Michael Pratt <mpratt@google.com> | 2017-05-19 16:15:20 -0700 |
| commit | 07d2cc0038bc77b8c41ac9d9eb9584a638ebbf9d (patch) | |
| tree | fb13da6af1be0c7c2a27ec53ae4bc89e4182dc36 /executor/executor.cc | |
| parent | e19ceedd27955b049787857898b98d7fe033dc9e (diff) | |
ipc: allow configuration of executor output buffer size
If an external sandbox program wraps the executor, it may include much
more log output than the standard executor, making 128k of logs
insufficient to get full context. Add a flag to allow increasing the
size of the buffer.
The current buffering mechanism isn't ideal, as it allocates the entire
size up front and may include as little as half of the buffer size of
output, but it works for now when you just need a bit more space.
Diffstat (limited to 'executor/executor.cc')
0 files changed, 0 insertions, 0 deletions
