material-ui icon indicating copy to clipboard operation
material-ui copied to clipboard

[core] typescript-next pipeline runs out of memory

Open aarongarciah opened this issue 6 months ago • 1 comments

We run TypeScript tests against typescript@next nightly. The pipeline (typescript-next) fails in the "Tests TypeScript definitions" step with the following error:

FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory

Example failure: https://app.circleci.com/pipelines/github/mui/material-ui/136928/workflows/414a50d8-8d10-4e80-b16e-bd1dbc7c6660/jobs/738223?invite=true#step-107-200

Context: the pipeline is all green because we intentionally ignore failures. See https://github.com/mui/material-ui/blob/next/.circleci/config.yml#L363-L371

Search keywords: TypeScript, ci, test

aarongarciah avatar Aug 22 '24 06:08 aarongarciah