Files
emdash-cms--emdash/infra/plugins-site
Matt Kane 7e4a9c915d fix(builds): raise Node heap for Workers Builds installs via NODE_OPTIONS (#1621)
The monorepo's pnpm install peaks above Node's default ~2 GB old-space
heap on the 8 GB Workers Builds container, so installs OOM
nondeterministically during deploys. Set NODE_OPTIONS=--max-old-space-size=6144
as a build var (wrangler vars are injected into the build environment)
on the demo and infra Workers that deploy via Workers Builds. No runtime
effect; workerd ignores NODE_OPTIONS.
2026-06-25 13:16:18 +01:00
..