Increase NODE_OPTIONS max memory to 8192
This commit is contained in:
parent
a6f0a333a5
commit
02d51a9e18
@ -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 <<EOF >/opt/domain-locker.env
|
||||
# Database connection
|
||||
DL_PG_HOST=localhost
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user