Hi,
I’m getting the following error on building which is happening due to a dependency of a dependency: vscode-oniguruma
seems to be demanding more memory than Netlify can allocate to Node.
My site is tangerine-tartufo-8439a0
, and it’s an Nx site deployed from the following public repo: GitHub - endymion1818/personal-frontends-monorepo: monorepo for frontend projects using nx and astro
Builds are working OK locally, and on other projects in this monorepo successfully.
I’ve opened a ticket with the package that has this as a dependency: Out of Bounds memory issue when deploying to Netlify · Issue #492 · shikijs/shiki · GitHub
Is there a way of allocating more memory to Node processes in the pipeline?