mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:51:43 +00:00
lsif-tsc: increase memory threshold for nodejs (#28842)
This commit is contained in:
parent
36477870e3
commit
6cf9179b88
3
.github/workflows/lsif-ts.yml
vendored
3
.github/workflows/lsif-ts.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user