From bf1b6800aea811b627818e42043b925c4dd542ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= <thymikee@gmail.com>
Date: Tue, 19 Mar 2019 11:08:57 +0000
Subject: [PATCH] use more memory for Node 6 to prevent OOMs

---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index ac2e90961811..4e4b8b381103 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -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