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

Increase asyncio.create_subprocess_shell limit #28

Merged
merged 1 commit into from
Apr 11, 2021

Conversation

apatard
Copy link
Contributor

@apatard apatard commented Mar 25, 2021

Some users are reaching the limit of the subprocess buffers with error:
"Separator is not found, and chunk exceed the limit"

Increase it to 512k (lower values seems to be not big enough for
the reported case).

Signed-off-by: Arnaud Patard apatard@hupstream.com

…ell limit

Some users are reaching the limit of the subprocess buffers with error:
"Separator is not found, and chunk exceed the limit"

Increase it to 512k (lower values seems to be not big enough for
the reported case).

Signed-off-by: Arnaud Patard <apatard@hupstream.com>
@ssbarnea ssbarnea closed this Apr 11, 2021
@ssbarnea ssbarnea reopened this Apr 11, 2021
@ssbarnea ssbarnea changed the title lib/subprocess_tee/__init__.py: Increase asyncio.create_subprocess_shell limit Increase asyncio.create_subprocess_shell limit Apr 11, 2021
@ssbarnea ssbarnea added the bug Something isn't working label Apr 11, 2021
@ssbarnea ssbarnea closed this Apr 11, 2021
@ssbarnea ssbarnea reopened this Apr 11, 2021
@ssbarnea ssbarnea merged commit f66dfba into pycontribs:main Apr 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants