mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[CodeQL] Added max-old-space-size for CodeQL workflow (#192192)
## Summary Added `--max-old-space-size=6144` to increase the maximum heap memory size for the workflow run. __Fixes: https://github.com/elastic/kibana/issues/192190__
This commit is contained in:
parent
dfd85051cf
commit
270b9aec0d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
|
||||
# env:
|
||||
# NODE_OPTIONS: "--max-old-space-size=6144"
|
||||
env:
|
||||
NODE_OPTIONS: "--max-old-space-size=6144"
|
||||
with:
|
||||
category: "/language:${{matrix.language}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue