Skip to content

Commit

Permalink
use more memory for Node 6 to prevent OOMs
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Mar 19, 2019
1 parent d946a08 commit 5a0c8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- checkout
- restore-cache: *restore-cache
- run: yarn --no-progress --frozen-lockfile --ignore-engines
- run: node --max-old-space-size=4096 .yarn/releases/yarn-1.15.0.js --no-progress --frozen-lockfile --ignore-engines
- save-cache: *save-cache
- run:
# react-native does not work with node 6
Expand Down

0 comments on commit 5a0c8ea

Please sign in to comment.