-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
ERR_CHILD_PROCESS_STDIO_MAXBUFFER #583
Comments
Yep just went to update and got this. |
I was able to fix it by changing this: let files = (await run('git ls-files', Object.assign({ maxBuffer: 1024 * 500 }, options))).trim().split(/\r?\n/g); |
I am also running into this same issue |
Could you tell what cause the problem and how you resolved this? |
@tfazekas I was just looking for this myself, maybe this helps: PS: setting a large maxBuffer size indeed fixed this issue for me as well. |
Thanks @koopa ! |
I used @robclancy's suggestion. Can you try with v0.34.13 and report back? |
I still have this issue as of 0.43.6.
|
Issue didn't happen in the upgrade from 3.11 to 3.12 |
We've just encountered this error when also running in a large Ember monorepo. @kellyselden WDYT about maxing the That would free us up to experiment with a maxBuffer size that suits our repo, while allowing you to maintain sensible defaults. If that sounds agreeable, I can get a PR together. |
I've since seen the Unfortunately, we're still encountering the max buffer issue, when attempting to upgrade from Ember 3.10 to 3.11. I've done some light digging into docs and help forums, and the consensus seems to be that ember-cli-update: 0.47.1
Update: looks like our issue is coming from an attempted large git commit operation, which still uses the If there's a preference for configurable maxBuffer VS using spawn+streams, I'd be interested to hear, and I can take a swing at a PR. |
@timiyay I think first step would be to get it to match the other spawn fix, then worry about configuring later. Thanks. |
@DeclanBoller has opened the relevant PR against |
This probably isn't an issue anymore with v0.49.0. |
I've got this issue again in Version 3.1.1 (x64) (GitHub Desktop with a ember project 4.7) It gets stuck on "Hanging Origin" |
Got this when running ember-cli-update --to 3.10.1 in large monorepo.
The text was updated successfully, but these errors were encountered: