Skip to content

proc: Add /proc/sys/fs/pipe-max-size#12911

Merged
copybara-service[bot] merged 1 commit intogoogle:masterfrom
tanyifeng:proc-pipe-max-size
Apr 10, 2026
Merged

proc: Add /proc/sys/fs/pipe-max-size#12911
copybara-service[bot] merged 1 commit intogoogle:masterfrom
tanyifeng:proc-pipe-max-size

Conversation

@tanyifeng
Copy link
Copy Markdown
Contributor

Expose pipe-max-size in /proc/sys/fs/ with the value from pipe.MaximumPipeSize (1048576)

Programs like Python's wurlitzer library read this file to determine the maximum pipe buffer size and fail with ENOENT when it is absent.

Expose pipe-max-size in /proc/sys/fs/ with the value from
pipe.MaximumPipeSize (1048576)

Programs like Python's wurlitzer library read this file to
determine the maximum pipe buffer size and fail with ENOENT
when it is absent.

Signed-off-by: Tan Yifeng <yiftan@tencent.com>
copybara-service Bot pushed a commit that referenced this pull request Apr 10, 2026
Expose pipe-max-size in /proc/sys/fs/ with the value from pipe.MaximumPipeSize (1048576)

Programs like Python's wurlitzer library read this file to determine the maximum pipe buffer size and fail with ENOENT when it is absent.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#12911 from tanyifeng:proc-pipe-max-size 66fa2e2
PiperOrigin-RevId: 897518721
copybara-service Bot pushed a commit that referenced this pull request Apr 10, 2026
Expose pipe-max-size in /proc/sys/fs/ with the value from pipe.MaximumPipeSize (1048576)

Programs like Python's wurlitzer library read this file to determine the maximum pipe buffer size and fail with ENOENT when it is absent.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#12911 from tanyifeng:proc-pipe-max-size 66fa2e2
PiperOrigin-RevId: 897518721
copybara-service Bot pushed a commit that referenced this pull request Apr 10, 2026
Expose pipe-max-size in /proc/sys/fs/ with the value from pipe.MaximumPipeSize (1048576)

Programs like Python's wurlitzer library read this file to determine the maximum pipe buffer size and fail with ENOENT when it is absent.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#12911 from tanyifeng:proc-pipe-max-size 66fa2e2
PiperOrigin-RevId: 897518721
copybara-service Bot pushed a commit that referenced this pull request Apr 10, 2026
Expose pipe-max-size in /proc/sys/fs/ with the value from pipe.MaximumPipeSize (1048576)

Programs like Python's wurlitzer library read this file to determine the maximum pipe buffer size and fail with ENOENT when it is absent.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#12911 from tanyifeng:proc-pipe-max-size 66fa2e2
PiperOrigin-RevId: 897518721
@copybara-service copybara-service Bot merged commit 2901418 into google:master Apr 10, 2026
6 checks passed
maci0 pushed a commit to maci0/gvisor that referenced this pull request Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants