Expand description
Buffer size limits for output handling and memory management.
Constantsยง
- MANAGED_
SUBPROCESS_ CAPTURE_ MAX_ BYTES - Maximum bounded capture size for managed subprocess stdout/stderr tails.
- MANAGED_
SUBPROCESS_ CI_ CAPTURE_ MAX_ BYTES - Maximum bounded capture size for CI gate stdout/stderr tails.
- MAX_
ANSI_ BUFFER_ SIZE - Maximum size for ANSI buffer (10MB). Reduced from 100MB to prevent memory pressure during runner execution.
- MAX_
BUFFER_ SIZE - Maximum buffer size for stream processing (10MB). Reduced from 100MB to prevent memory pressure during long-running tasks.
- MAX_
INSTRUCTION_ BYTES - Maximum instruction file size (128KB).
- MAX_
LINE_ LENGTH - Maximum line length before truncation (10MB). Reduced from 100MB to prevent memory pressure with runaway runner output.
- MAX_
LOG_ LINES - Maximum log lines to retain for interactive log viewers.
- OUTPUT_
TAIL_ LINES - Number of output tail lines to display.
- OUTPUT_
TAIL_ LINE_ MAX_ CHARS - Maximum characters per output tail line.
- TIMEOUT_
STDOUT_ CAPTURE_ MAX_ BYTES - Maximum stdout capture size for timeouts (128KB).
- TOOL_
VALUE_ MAX_ LEN - Maximum tool value length before truncation.