Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

BUG: Hitting exec maxBuffer limit. #62

Closed
ryan-roemer opened this issue Dec 21, 2015 · 1 comment
Closed

BUG: Hitting exec maxBuffer limit. #62

ryan-roemer opened this issue Dec 21, 2015 · 1 comment
Labels

Comments

@ryan-roemer
Copy link
Member

Hit bug on node 0.10 and 0.12 (probably others?)

For a very large webpack output, hitting this error:

$ builder run dev
# ... LOTS OF TEXT ...

[builder:proc:error] Code: 1, Command: builder concurrent server-dev server-test
[builder:builder-core:end:33238] Ended with error: run dev - stdout maxBuffer exceeded.

Likely instant hack solution: add _.extend({ maxBuffer: Infinity }, shOpts) to runner.js run method.

Perhaps better solution is just add .on("data") or something methods to drain the buffer along the way in a "normal" manner (?)

@ryan-roemer
Copy link
Member Author

Released in builder@2.3.2

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

No branches or pull requests

1 participant