[ci/eslint_with_types] Increase memory (#179366)

Fixes the OOM error at
https://buildkite.com/elastic/kibana-on-merge/builds/42905#018e7618-1e4e-4ef7-b7d6-b30c72897e6b
This commit is contained in:
Jon 2024-03-25 15:21:28 -05:00 committed by GitHub
parent b9ab67ab13
commit d0f52fc683
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,4 +7,5 @@ source .buildkite/scripts/common/util.sh
.buildkite/scripts/bootstrap.sh
echo '--- Lint: eslint (with types)'
export NODE_OPTIONS='--max-old-space-size=8192'
node scripts/eslint_with_types