- Name
-
pipe_size
- Default
-
237568
- Minimum
-
OO_PIPE_MIN_SIZE
(default4096
) - Maximum
-
CI_CFG_MAX_PIPE_SIZE
(default1<<20
) - Scope
- per-process
Default size of the pipe in bytes. Actual pipe size will be rounded up to the size of packet buffer and subject to modifications by fcntl F_SETPIPE_SZ
where supported.