[ci] raise the max-old-space-size for scripts/build_api_docs (#106735) (#106774)

Co-authored-by: spalger <spalger@users.noreply.github.com>

Co-authored-by: Spencer <email@spalger.com>
Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2021-07-26 17:01:00 -04:00 committed by GitHub
parent d3076aa1bd
commit ab1838ebc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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