Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for adjustment of highWaterMark on child_process.spawn().stdout #45800

Open
realies opened this issue Dec 9, 2022 · 2 comments
Open

Allow for adjustment of highWaterMark on child_process.spawn().stdout #45800

realies opened this issue Dec 9, 2022 · 2 comments

Comments

@realies
Copy link

realies commented Dec 9, 2022

A revival of #41611.

Adding configurable output chunk size with support for backpressure in child_process.spawn().stdout can improve memory efficiency and allow the use of components that expect a maximum chunk size input.

@realies
Copy link
Author

realies commented Aug 5, 2023

@targos, do you know if it is likely that the following merged PRs have brought this functionality closer to possible?

I can see that this feature request is still open, but I don't know if it's still needed:

@fabiospampinato
Copy link

fabiospampinato commented Aug 18, 2023

It'd be nice if this issue received some attention. It's a relatively important issue which may not be too difficult to address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants