Skip to content

Commit 7d01844

Browse files
authored
Merge pull request #5196 from rschamp/max-old-space-size
Allow Node to use more memory for old space
2 parents 4c76f65 + bc1b787 commit 7d01844

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ node_js:
77
- 8
88
env:
99
global:
10+
- CHROMEDRIVER_VERSION=LATEST
1011
- NODE_ENV=production
11-
- SMOKE_URL=https://llk.github.io/scratch-gui/$TRAVIS_PULL_REQUEST_BRANCH
12+
- NODE_OPTIONS=--max-old-space-size=7250
1213
- NPM_TAG=latest
1314
- RELEASE_VERSION="0.1.0-prerelease.$(date +'%Y%m%d%H%M%S')"
14-
- CHROMEDRIVER_VERSION=LATEST
15+
- SMOKE_URL=https://llk.github.io/scratch-gui/$TRAVIS_PULL_REQUEST_BRANCH
1516
cache:
1617
directories:
1718
- node_modules

0 commit comments

Comments
 (0)