7e4a9c915d
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.