Actual: Increase RAM and add heap-space var for nodejs (#3713)

* Actual: Increase RAM and add heap-space var for nodejs

* Update actualbudget.json

* increase hdd size

* node options
This commit is contained in:
CanbiZ
2025-04-07 09:06:46 +02:00
committed by GitHub
parent 4ae0352304
commit 86577a0d0d
3 changed files with 6 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
APP="Actual Budget"
var_tags="finance"
var_cpu="2"
var_ram="2048"
var_disk="4"
var_ram="8192"
var_disk="7"
var_os="debian"
var_version="12"
var_unprivileged="1"
@@ -84,6 +84,7 @@ ACTUAL_HTTPS_CERT=/opt/actualbudget/selfhost.crt
EOF
fi
cd /opt/actualbudget || exit
export NODE_OPTIONS="--max_old_space_size=4096"
$STD yarn install
$STD yarn run build:server
#$STD yarn workspaces focus @actual-app/sync-server --production