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 max buffer for stdio #9

Merged
merged 1 commit into from
Aug 13, 2016
Merged

Increase max buffer for stdio #9

merged 1 commit into from
Aug 13, 2016

Conversation

retrohacker
Copy link
Contributor

Prevents async zip from crashing on large directories

I would like to do the same for sync version of these calls, but libuv explodes: nodejs/node#8096

Alternatively these could be switched to child_process.spawn with stdio: 'ignore' which would essentially pipe all stdio to /dev/null instead of buffering it all in memory.

Prevents async zip from crashing on large directories
@feross feross merged commit e43952b into feross:master Aug 13, 2016
@feross
Copy link
Owner

feross commented Aug 13, 2016

LGTM. Released as 2.1.5.

Want to send a PR that changes these to use .spawn?

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

Successfully merging this pull request may close these issues.

2 participants