From 6cf9179b883ff02c7e915844ec8747c807e69b6a Mon Sep 17 00:00:00 2001 From: Jean-Hadrien Chabran Date: Tue, 14 Dec 2021 10:19:39 +0100 Subject: [PATCH] lsif-tsc: increase memory threshold for nodejs (#28842) --- .github/workflows/lsif-ts.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lsif-ts.yml b/.github/workflows/lsif-ts.yml index c050aa706c8..be9b0dd7bc0 100644 --- a/.github/workflows/lsif-ts.yml +++ b/.github/workflows/lsif-ts.yml @@ -15,6 +15,9 @@ jobs: if: github.repository == 'sourcegraph/sourcegraph' runs-on: ubuntu-latest container: sourcegraph/lsif-node + env: + # 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=5120 strategy: matrix: root: