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 #44

Open
madeinjam opened this issue Oct 8, 2015 · 12 comments · May be fixed by #55
Open

stdout maxBuffer exceeded #44

madeinjam opened this issue Oct 8, 2015 · 12 comments · May be fixed by #55

Comments

@madeinjam
Copy link

Hi!

I have a huge API Blueprint and when I try to preview it, it fails with:

Previewing ApiBlueprint Failed

stdout maxBuffer exceeded.

Is there any way to make bigger the buffer or some work around?

Thanks!

@andonescu
Copy link

I just started to have the same issue. Any news on this? Or some hints on how we can resolve this ?

@zmorris
Copy link

zmorris commented Nov 6, 2015

Same problem here. My blueprint.md is 95k and has 3460 lines.

@danielgtaylor
Copy link
Owner

Looks like I need to make the buffer bigger somehow. I'll look into this.

@pnull
Copy link

pnull commented Feb 5, 2016

👍

@pnull
Copy link

pnull commented Feb 5, 2016

This could be a solution for it: stephenlacy/gulp-git#68

@davibe
Copy link

davibe commented Feb 11, 2016

same here

elarivie added a commit to elarivie/atom-api-blueprint-preview that referenced this issue Feb 19, 2016
@elarivie elarivie linked a pull request Feb 19, 2016 that will close this issue
evocateur pushed a commit to evocateur/atom-api-blueprint-preview that referenced this issue Apr 11, 2016
* elarivie/master:
  Set maxbuffer length to Infinity to avoid stdout maxBuffer exceeded fix danielgtaylor#44
  Removed hardcoded path to tmp, now uses os library to get it.
  Add support for embeded image with data uri
  Added missing description of response to the template
  Randomize temp file name to avoid race condition fix danielgtaylor#17 fix danielgtaylor#24 fix danielgtaylor#42
@underscore05
Copy link

Hello Guys,

How can I immediately apply the changes in maxBuffer to existing installation of Atom?

@heaven00
Copy link

heaven00 commented Oct 3, 2016

same here

@dominic-miglar
Copy link

Same here, my .apib file has approx. 16k lines.

Error:

Previewing ApiBlueprint Failed

stdout maxBuffer exceeded

sergeimikhailov added a commit to sergeimikhailov/atom-api-blueprint-preview that referenced this issue Jan 16, 2017
Fixes danielgtaylor#44

{env, options} was previously incorrectly expanding to "options: {options: {maxBuffer: ...}}" when being passed to child.process.exec()

now it's passed correctly as "options: {maxBuffer: ...}"

maxBuffer is still not "infinity" but at least it is being passed correctly now and works for much bigger files
solving "stdout maxBuffer exceeded" issue
@shirbr510
Copy link

was this issue resolved?

my apib file is 2.6k lines long and I get the same error

@flogr
Copy link

flogr commented Feb 21, 2018

I'm getting the same error... how can this be resolved?

@nlyn
Copy link

nlyn commented Feb 22, 2018

+1

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 a pull request may close this issue.