From 73914b687783039188e829559d596149d1748a24 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Tue, 11 Nov 2025 11:17:26 +0100 Subject: [PATCH] Update domain-locker-install.sh --- 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 4c6e5a127..7ffbac815 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=4096" +export NODE_OPTIONS="--max-old-space-size=6144" cat </opt/domain-locker.env # Database connection DL_PG_HOST=localhost