diff --git a/.buildkite/scripts/steps/lint_with_types.sh b/.buildkite/scripts/steps/lint_with_types.sh index d54b5e2169074..d2df07d3e9349 100755 --- a/.buildkite/scripts/steps/lint_with_types.sh +++ b/.buildkite/scripts/steps/lint_with_types.sh @@ -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