Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: update node max space
Browse files Browse the repository at this point in the history
  • Loading branch information
SanketD92 committed Nov 13, 2023
1 parent 3ec6be9 commit 8839635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/environment-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ popd > /dev/null
# Install
install_dependencies "$@"

export NODE_OPTIONS=--openssl-legacy-provider
export NODE_OPTIONS="--openssl-legacy-provider --max_old_space_size=8172"

function disableStats {
COMPONENT_DIR=$1
Expand Down

0 comments on commit 8839635

Please sign in to comment.