From f0a1300c2529bcf6984f8de56a26996535b12eee Mon Sep 17 00:00:00 2001 From: Nihal Gonsalves Date: Mon, 19 Apr 2021 21:34:17 +0200 Subject: [PATCH] ci: fix node memory issues (#3054) Co-authored-by: Shinigami --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4d50aa18c34c9..a00a91912d6a49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,10 @@ name: CI +env: + # 7 GiB by default on GitHub, setting to 6 GiB + # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources + NODE_OPTIONS: --max-old-space-size=6144 + on: push: branches: