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

chore: reduce memory usage of webpack #154

Merged
merged 1 commit into from
Jul 14, 2017
Merged

Conversation

tartavull
Copy link

webpack for build-min is called with --max_old_space_size=2048
which seems to make travis work again, but we don't know
exactly what this flag is doing, and what was the default
value that we were using.

nodejs/node#7937

This commit also clean some vestigial code from .travis.yaml that
is not needed now that we test inside the docker container.

webpack for build-min is called with --max_old_space_size=2048
which seems to make travis work again, but we don't know
exactly what this flag is doing, and what was the default
value that we were using.

nodejs/node#7937

This commit also clean some vestigial code from .travis.yaml that
is not needed now that we test inside the docker container.
@william-silversmith
Copy link

Here's some info on the --max_old_space_size flag:

nodejs/node#7937

@william-silversmith william-silversmith merged commit cbfb01b into master Jul 14, 2017
@william-silversmith william-silversmith deleted the it_travis branch July 14, 2017 19:41
@tartavull tartavull restored the it_travis branch August 30, 2017 17:36
@tartavull tartavull deleted the it_travis branch September 11, 2017 17:35
manuel-castro pushed a commit that referenced this pull request Sep 9, 2019
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.

2 participants