From 02d51a9e188f5d44c60f136fc4cf3e979b561d10 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 12 Nov 2025 14:17:30 +0100 Subject: [PATCH] Increase NODE_OPTIONS max memory to 8192 --- install/domain-locker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/domain-locker-install.sh b/install/domain-locker-install.sh index 7ffbac815..ae4bec033 100644 --- a/install/domain-locker-install.sh +++ b/install/domain-locker-install.sh @@ -22,7 +22,7 @@ fetch_and_deploy_gh_release "domain-locker" "Lissy93/domain-locker" msg_info "Building Domain-Locker" cd /opt/domain-locker npm install --legacy-peer-deps -export NODE_OPTIONS="--max-old-space-size=6144" +export NODE_OPTIONS="--max-old-space-size=8192" cat </opt/domain-locker.env # Database connection DL_PG_HOST=localhost