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

stdout maxBuffer exceeded #3615

Closed
chaiyuxin opened this issue Dec 18, 2016 · 8 comments
Closed

stdout maxBuffer exceeded #3615

chaiyuxin opened this issue Dec 18, 2016 · 8 comments
Labels
needs: repro steps We cannot reproduce the issue with the information given

Comments

@chaiyuxin
Copy link

chaiyuxin commented Dec 18, 2016

OS?

Mac OSX (Yosemite)

Versions.

angular-cli: 1.0.0-beta.22-1
node: 5.3.0

Repro steps.

New project just trying to push and test

The log given by the failure.

stdout maxBuffer exceeded
Error: stdout maxBuffer exceeded
at Socket. (child_process.js:266:14)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at readableAddChunk (_stream_readable.js:146:16)
at Socket.Readable.push (_stream_readable.js:110:10)
at Pipe.onread (net.js:523:20)

Mention any other details that might be useful.

After a ng github-pages:deploy, the build succeed but can't upload it due to that error, i've been trying on multiple repo i get the same error and the project have just been created, nothing custom.

Do you guys had this error ? Any solution ?

Thanks ! :)

@C-4PO
Copy link

C-4PO commented Dec 27, 2016

Yea same here! I have absolutely no idea whats going on!

@filipesilva
Copy link
Contributor

Never see that error myself. Does this happen with a brand new project? Does it only happen on big projects?

@filipesilva filipesilva added the needs: repro steps We cannot reproduce the issue with the information given label Dec 30, 2016
@petermezei
Copy link

I have the same issue. Here is my repro: https://github.com/petermezei/angular2-cli

@petermezei
Copy link

My project is just an init project.

@donvadicastro
Copy link

Did you found hove to overcome this?

@petermezei
Copy link

Hi guys, I found where this issue might come:
Node mayBuffer size for child_process is too small. Once I wrote my own git commands using node simple-git I got the same error. When I set my mayBuffer value to 500kb it works smoothly.

So somewhere you should set the maxBuffer size higher in the process.

@filipesilva
Copy link
Contributor

Closed via #4385.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: repro steps We cannot reproduce the issue with the information given
Projects
None yet
Development

No branches or pull requests

5 participants