diff --git a/scripts/build/build-content-services.sh b/scripts/build/build-content-services.sh index 90159d3588..3592dac17c 100755 --- a/scripts/build/build-content-services.sh +++ b/scripts/build/build-content-services.sh @@ -7,7 +7,7 @@ cd $DIR/../.. echo "====== Content Services ======" echo "====== Build ======" -NODE_OPTIONS=--max_old_space_size=4096 +NODE_OPTIONS=--max_old_space_size=8192 if [ "$CI" = "true" ]; then echo "Building content-services for production" diff --git a/scripts/build/build-core.sh b/scripts/build/build-core.sh index 78f9748a5d..41c0d86c60 100755 --- a/scripts/build/build-core.sh +++ b/scripts/build/build-core.sh @@ -7,7 +7,7 @@ cd $DIR/../.. echo "====== Core ======" echo "====== Build ======" -NODE_OPTIONS=--max_old_space_size=4096 +NODE_OPTIONS=--max_old_space_size=8192 if [ "$CI" = "true" ]; then echo "Building core for production" diff --git a/scripts/build/build-extensions.sh b/scripts/build/build-extensions.sh index aea8dd5c20..946ac79cea 100755 --- a/scripts/build/build-extensions.sh +++ b/scripts/build/build-extensions.sh @@ -4,7 +4,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd $DIR/../.. -NODE_OPTIONS=--max_old_space_size=4096 +NODE_OPTIONS=--max_old_space_size=8192 if [ "$CI" = "true" ]; then echo "Building extensions for production" diff --git a/scripts/build/build-insights.sh b/scripts/build/build-insights.sh index b2c32a0677..51e3708327 100755 --- a/scripts/build/build-insights.sh +++ b/scripts/build/build-insights.sh @@ -7,7 +7,7 @@ cd $DIR/../.. echo "====== Insights ======" echo "====== Build ======" -NODE_OPTIONS=--max_old_space_size=4096 +NODE_OPTIONS=--max_old_space_size=8192 if [ "$CI" = "true" ]; then echo "Building insights for production" diff --git a/scripts/build/build-process-services-cloud.sh b/scripts/build/build-process-services-cloud.sh index ab27077162..919ac7d7bd 100755 --- a/scripts/build/build-process-services-cloud.sh +++ b/scripts/build/build-process-services-cloud.sh @@ -7,7 +7,7 @@ cd $DIR/../.. echo "====== Process Services Cloud ======" echo "====== Build ======" -NODE_OPTIONS=--max_old_space_size=4096 +NODE_OPTIONS=--max_old_space_size=8192 if [ "$CI" = "true" ]; then echo "Building process-services-cloud for production" diff --git a/scripts/build/build-process-services.sh b/scripts/build/build-process-services.sh index 860d888121..b28b216b92 100755 --- a/scripts/build/build-process-services.sh +++ b/scripts/build/build-process-services.sh @@ -7,7 +7,7 @@ cd $DIR/../.. echo "====== Process Services ======" echo "====== Build ======" -NODE_OPTIONS=--max_old_space_size=4096 +NODE_OPTIONS=--max_old_space_size=8192 if [ "$CI" = "true" ]; then echo "Building process-services for production" diff --git a/scripts/build/build-testing.sh b/scripts/build/build-testing.sh index 5f64cb8d6a..16d468bcb7 100755 --- a/scripts/build/build-testing.sh +++ b/scripts/build/build-testing.sh @@ -7,7 +7,7 @@ cd $DIR/../.. echo "====== Testing ======" echo "====== Build ======" -NODE_OPTIONS=--max_old_space_size=4096 +NODE_OPTIONS=--max_old_space_size=8192 if [ "$CI" = "true" ]; then echo "Building testing for production"