From 5f40fb733fd925be69cb6ffe915cec9281eee9dd Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:06:05 +0100 Subject: [PATCH] node_options --- install/affine-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install/affine-install.sh b/install/affine-install.sh index 6d82ae535..ad4200f58 100644 --- a/install/affine-install.sh +++ b/install/affine-install.sh @@ -80,9 +80,7 @@ TURBO $STD corepack enable $STD corepack prepare yarn@4.12.0 --activate $STD yarn config set enableTelemetry 0 - -# Limit TypeScript memory per process -export NODE_OPTIONS="--max-old-space-size=2048" +export NODE_OPTIONS="--max-old-space-size=4096" export TSC_COMPILE_ON_ERROR=true $STD yarn install