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

increase exec max buffer #6236

Merged
merged 1 commit into from
Aug 16, 2017
Merged

Conversation

ruddell
Copy link
Member

@ruddell ruddell commented Aug 15, 2017

As a user's project grows, the build process can fail due to the same issue as in #6059, a specific example is @dancancro's Great Big Example Application. The only way for a developer to work around this is to modify generator-jhipster code.

I took the default value from execa which uses 10MB. NodeJS was going to use 1024*1024 but the PR was closed for inactivity (nodejs/node#11196) and this doesn't seem to be enough (see @dancancro's comment here).

@deepu105 deepu105 merged commit 6e19f35 into jhipster:master Aug 16, 2017
@ruddell ruddell deleted the increase-exec-max-buffer branch August 16, 2017 21:58
@jdubois jdubois modified the milestone: 4.7.0 Aug 22, 2017
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 this pull request may close these issues.

3 participants