Skip to content

Commit 5a0c8ea

Browse files
committed
use more memory for Node 6 to prevent OOMs
1 parent d946a08 commit 5a0c8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- checkout
4040
- restore-cache: *restore-cache
41-
- run: yarn --no-progress --frozen-lockfile --ignore-engines
41+
- run: node --max-old-space-size=4096 .yarn/releases/yarn-1.15.0.js --no-progress --frozen-lockfile --ignore-engines
4242
- save-cache: *save-cache
4343
- run:
4444
# react-native does not work with node 6

0 commit comments

Comments
 (0)