# LibTmux.ServerConnectionOptions.MaxCapturedBytesPerStream

- **Module:** LibTmux.ServerConnectionOptions
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Connection/TmuxConnectionOptions.cs#L187
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-serverconnectionoptions-maxcapturedbytesperstream/

Gets the largest output one command may capture, in bytes.

Defaults to 64 MiB. A command whose output passes it fails rather than
growing without bound, so a service that runs many captures at once can
bound what one of them costs. Raise it for a capture that legitimately
needs more.
