mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
increase node memory to 8gb
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user