# limits.OutputLimits

- **Module:** limits
- **Package:** libtmux
- **Language:** Rust
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/limits.rs#L35
- **Page:** https://libtmux.org/reference/rs/limits-outputlimits/

## Members

- `max_stdout_bytes` (attribute)
- `max_stderr_bytes` (attribute)
- `DEFAULT_STDOUT_BYTES` (constant) — 32 MiB of stdout, which is more history than a pane usually holds.
- `DEFAULT_STDERR_BYTES` (constant) — 1 MiB of stderr. tmux's errors are one line; anything approaching this is a runaway rather than a message.
- `stdout_bytes` (method)
- `stderr_bytes` (method)
