Skip to content

Commit

Permalink
Increasing Node memory limit from 1G to 2G
Browse files Browse the repository at this point in the history
  • Loading branch information
n1474335 committed Jan 1, 2019
1 parent bc00fa0 commit cb2c376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ addons:
install: npm install
before_script:
- npm install -g grunt
- export NODE_OPTIONS=--max_old_space_size=1024
- export NODE_OPTIONS=--max_old_space_size=2048
script:
- grunt lint
- grunt test
Expand Down

0 comments on commit cb2c376

Please sign in to comment.