mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
increase mem size for production builds
This commit is contained in:
@@ -7,6 +7,8 @@ cd $DIR/../..
|
||||
echo "====== Process Services ======"
|
||||
echo "====== Build ======"
|
||||
|
||||
NODE_OPTIONS=--max_old_space_size=4096
|
||||
|
||||
if [ "$CI" = "true" ]; then
|
||||
echo "Building process-services for production"
|
||||
nx build process-services --prod || exit 1
|
||||
|
Reference in New Issue
Block a user