From e7f51e92d264452ca05ec54117988961a009cbc0 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 20 Mar 2026 13:59:50 +0100 Subject: [PATCH] OOM --- ct/twenty.sh | 2 +- install/twenty-install.sh | 2 +- json/twenty.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/twenty.sh b/ct/twenty.sh index 1352933cb..e75af1205 100644 --- a/ct/twenty.sh +++ b/ct/twenty.sh @@ -9,7 +9,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV APP="Twenty" var_tags="${var_tags:-crm;business;contacts}" var_cpu="${var_cpu:-4}" -var_ram="${var_ram:-8192}" +var_ram="${var_ram:-10240}" var_disk="${var_disk:-20}" var_os="${var_os:-debian}" var_version="${var_version:-13}" diff --git a/install/twenty-install.sh b/install/twenty-install.sh index e4661871f..8a04f5e96 100644 --- a/install/twenty-install.sh +++ b/install/twenty-install.sh @@ -31,7 +31,7 @@ export COREPACK_ENABLE_DOWNLOAD_PROMPT=0 $STD corepack enable $STD corepack prepare yarn@4.9.2 --activate $STD yarn install --immutable || $STD yarn install -export NODE_OPTIONS="--max-old-space-size=3072" +export NODE_OPTIONS="--max-old-space-size=4096" $STD npx nx run twenty-server:build $STD npx nx build twenty-front cp -r /opt/twenty/packages/twenty-front/build /opt/twenty/packages/twenty-server/dist/front diff --git a/json/twenty.json b/json/twenty.json index a8195b284..45ce78af1 100644 --- a/json/twenty.json +++ b/json/twenty.json @@ -20,7 +20,7 @@ "script": "ct/twenty.sh", "resources": { "cpu": 4, - "ram": 8192, + "ram": 10240, "hdd": 20, "os": "Debian", "version": "13"