-
-
Notifications
You must be signed in to change notification settings - Fork 21
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 #679
Comments
Thanks for filing an issue! In order to help you with your problem, we're going to need more information about it. In particular:
|
Since the original issue reporter has not responded to the request for additional information in about two weeks, I'm going to assume that they either found the answer in another manner or decided not to pursue this issue. If I'm incorrect, they can respond with answers to the questions posed, and I'll reopen. |
Hey folks I just ran into this as well and it's making it difficult for me to diagnose the underlying issue. It seems that when you call This happened after I enabled verbose logging on a bunch of stuff by setting In my case, it looks like |
What are the implications of increasing the limit? Does it increase the amount of memory Packager allocates? (I don't have time to look into it right now and would appreciate it if someone else could.) |
Reported again in #734. |
Reopening since there's a potential solution in #734. |
From #734: Non-code workaround:
A better code-based workaround / provisional fix:
Proper fix:
|
I'm actually considering replacing this code entirely so that Packager doesn't call any package managers to prune, so this is not very high on my list of things to fix. |
electron-packager ./ 'myapp1' --platform=darwin --arch=x64
then
any issues solve this?
The text was updated successfully, but these errors were encountered: