mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ci] raise the max-old-space-size for scripts/build_api_docs (#106735)
Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
parent
4b4b4c2bf2
commit
d3606aee04
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ checks-reporter-with-killswitch "Check Types" \
|
|||
node scripts/type_check
|
||||
|
||||
echo " -- building api docs"
|
||||
node scripts/build_api_docs
|
||||
node --max-old-space-size=8000 scripts/build_api_docs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue