Skip to content

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

Merged
copybara-service[bot] merged 2 commits intomasterfrom
test/cl897518721
Apr 10, 2026
Merged

proc: Add /proc/sys/fs/pipe-max-size#12913
copybara-service[bot] merged 2 commits intomasterfrom
test/cl897518721

Conversation

@copybara-service
Copy link
Copy Markdown

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

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

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 copybara-service Bot added the exported Issue was exported automatically label Apr 10, 2026
@copybara-service copybara-service Bot force-pushed the test/cl897518721 branch 3 times, most recently from 498f58b to 9e40798 Compare April 10, 2026 18:09
@copybara-service copybara-service Bot merged commit 2901418 into master Apr 10, 2026
0 of 2 checks passed
@copybara-service copybara-service Bot deleted the test/cl897518721 branch April 10, 2026 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exported Issue was exported automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants